GLFWcursorenterfun

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)
extern (C) @nogc nothrow __gshared
alias GLFWcursorenterfun = void function(GLFWwindow*, int)

Meta

Since

Added in version 3.0.

Ingroup: input