Type Definition glfw::ffi::GLFWkeyfun [] [src]

type GLFWkeyfun = extern "C" fn(_: *mut GLFWwindow, _: c_int, _: c_int, _: c_int, _: c_int);