Show All |
Static Public Member Functions
-
voidregisterWindowEvents (GLFWwindow *glfwWindow, AppImplLinux *cinderAppImpl, const WindowRef &cinderWindow)
-
voidunregisterWindowEvents (GLFWwindow *glfwWindow)
-
voidonError (int error, const char *description)
-
voidonWindowSize (GLFWwindow *glfwWindow, int width, int height)
-
int8_tmodifyChar (int key, uint32_t modifiers, bool capsLockIsDown)
-
voidonKeyboard (GLFWwindow *glfwWindow, int key, int scancode, int action, int mods)
-
voidonCharInput (GLFWwindow *glfwWindow, unsigned int codepoint)
-
voidonMousePos (GLFWwindow *glfwWindow, double mouseX, double mouseY)
-
voidonMouseButton (GLFWwindow *glfwWindow, int button, int action, int mod)
-
voidonMouseWheel (GLFWwindow *glfwWindow, double xoffset, double yoffset)
-
voidonFileDrop (GLFWwindow *glfwWindow, int count, const char **paths)