chickadee » glfw3 » cursor-position-callback

cursor-position-callbackparameter

Called when a cursor moves. Expects a function with the signature (lambda (WINDOW X Y) ...). WINDOW is the affected window. X and Y is the new coordinates of the cursor.