Lines Matching refs:_GLFWwindow
42 void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int mods) in _glfwInputKey()
67 void _glfwInputChar(_GLFWwindow* window, unsigned int codepoint, int mods, GLFWbool plain) in _glfwInputChar()
82 void _glfwInputScroll(_GLFWwindow* window, double xoffset, double yoffset) in _glfwInputScroll()
88 void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, int mods) in _glfwInputMouseClick()
103 void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos) in _glfwInputCursorPos()
115 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) in _glfwInputCursorEnter()
121 void _glfwInputDrop(_GLFWwindow* window, int count, const char** paths) in _glfwInputDrop()
152 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetInputMode()
173 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetInputMode()
261 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetKey()
284 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetMouseButton()
307 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetCursorPos()
330 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetCursorPos()
422 _GLFWwindow* window; in glfwDestroyCursor()
448 _GLFWwindow* window = (_GLFWwindow*) windowHandle; in glfwSetCursor()
461 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetKeyCallback()
471 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetCharCallback()
481 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetCharModsCallback()
492 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetMouseButtonCallback()
503 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetCursorPosCallback()
514 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetCursorEnterCallback()
525 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetScrollCallback()
535 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetDropCallback()
610 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetClipboardString()
620 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetClipboardString()