• Home
  • Raw
  • Download

Lines Matching defs:window

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() local
173 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetInputMode() local
261 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetKey() local
284 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetMouseButton() local
307 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetCursorPos() local
330 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetCursorPos() local
422 _GLFWwindow* window; in glfwDestroyCursor() local
448 _GLFWwindow* window = (_GLFWwindow*) windowHandle; in glfwSetCursor() local
461 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetKeyCallback() local
471 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetCharCallback() local
481 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetCharModsCallback() local
492 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetMouseButtonCallback() local
503 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetCursorPosCallback() local
514 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetCursorEnterCallback() local
525 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetScrollCallback() local
535 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetDropCallback() local
610 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetClipboardString() local
620 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetClipboardString() local