chickadee » glfw3 » cursor-enter-callback

cursor-enter-callbackparameter

Called when a cursor enters or leaves a window. Expects a function with the signature (lambda (WINDOW ENTERED?) ...). WINDOW is the affected window, and ENTERED? is true when the window was entered and false otherwise.