Mouse motion/move event

shot511 wrote on Saturday, December 14, 2013:

Hello,

Is there any mouse motion/move callback in GLFW? I can’t find it in documentation… ;/ I want to get mouse cursor position every time mouse moves.

EDIT:
Solution has been found! :smiley: The answer is: glfwSetCursorPosCallback :stuck_out_tongue: