Lines Matching refs:GLFWwindow

303         window->callbacks.key((GLFWwindow*) window, key, scancode, action, mods);
322 window->callbacks.charmods((GLFWwindow*) window, codepoint, mods);
327 window->callbacks.character((GLFWwindow*) window, codepoint);
342 window->callbacks.scroll((GLFWwindow*) window, xoffset, yoffset);
369 window->callbacks.mouseButton((GLFWwindow*) window, button, action, mods);
390 window->callbacks.cursorPos((GLFWwindow*) window, xpos, ypos);
401 window->callbacks.cursorEnter((GLFWwindow*) window, entered);
413 window->callbacks.drop((GLFWwindow*) window, count, paths);
562 GLFWAPI int glfwGetInputMode(GLFWwindow* handle, int mode)
589 GLFWAPI void glfwSetInputMode(GLFWwindow* handle, int mode, int value)
745 GLFWAPI int glfwGetKey(GLFWwindow* handle, int key)
768 GLFWAPI int glfwGetMouseButton(GLFWwindow* handle, int button)
791 GLFWAPI void glfwGetCursorPos(GLFWwindow* handle, double* xpos, double* ypos)
814 GLFWAPI void glfwSetCursorPos(GLFWwindow* handle, double xpos, double ypos)
924 glfwSetCursor((GLFWwindow*) window, NULL);
943 GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorHandle)
956 GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* handle, GLFWkeyfun cbfun)
967 GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* handle, GLFWcharfun cbfun)
978 GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* handle, GLFWcharmodsfun cbfun)
989 GLFWAPI GLFWmousebuttonfun glfwSetMouseButtonCallback(GLFWwindow* handle,
1001 GLFWAPI GLFWcursorposfun glfwSetCursorPosCallback(GLFWwindow* handle,
1013 GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* handle,
1025 GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* handle,
1037 GLFWAPI GLFWdropfun glfwSetDropCallback(GLFWwindow* handle, GLFWdropfun cbfun)
1477 GLFWAPI void glfwSetClipboardString(GLFWwindow* handle, const char* string)
1485 GLFWAPI const char* glfwGetClipboardString(GLFWwindow* handle)