|
| static Engine::Core & | GetCoreFromWindow (GLFWwindow *window) |
| | Get the core from the window user pointer.
|
| static void | KeyCallback (GLFWwindow *window, int key, int scancode, int action, int mods) |
| static void | CharCallback (GLFWwindow *window, unsigned int codepoint) |
| static void | CharModsCallback (GLFWwindow *window, unsigned int codepoint, int mods) |
| static void | MouseButtonCallback (GLFWwindow *window, int button, int action, int mods) |
| static void | CursorPosCallback (GLFWwindow *window, double xpos, double ypos) |
| static void | CursorEnterCallback (GLFWwindow *window, int entered) |
| static void | ScrollCallback (GLFWwindow *window, double xoffset, double yoffset) |
| static void | DropCallback (GLFWwindow *window, int count, const char **paths) |