mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 21:30:57 +00:00
* Remove printf statement!
This commit is contained in:
parent
4789ebd5d2
commit
fbb844ae56
@ -201,8 +201,6 @@ void HandleMouseButton(_GLFWwindow* window, int pressed, MirMotionButton button)
|
|||||||
|
|
||||||
last_button = glfw_button;
|
last_button = glfw_button;
|
||||||
|
|
||||||
printf("WE HAVE TO GET HERE\n");
|
|
||||||
|
|
||||||
// FIXME Get the modifiers
|
// FIXME Get the modifiers
|
||||||
_glfwInputMouseClick(window, glfw_button, pressed, 0);
|
_glfwInputMouseClick(window, glfw_button, pressed, 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user