The function pointer type for cursor enter/leave callbacks.
This is the function pointer type for cursor enter/leave callbacks. A cursor enter/leave callback function has the following signature:
void function_name(GLFWwindow* window, int entered)
Added in version 3.0.
Ingroup: input
See Implementation
The function pointer type for cursor enter/leave callbacks.
This is the function pointer type for cursor enter/leave callbacks. A cursor enter/leave callback function has the following signature: