Lines Matching defs:window

395 // Parameters relating to the creation of the window but not directly related
396 // to the framebuffer. This is used to pass window creation parameters from
600 // The window whose video mode is current on this monitor
601 _GLFWwindow* window;
716 // window
776 _GLFWwndconfig window;
921 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused);
922 void _glfwInputWindowPos(_GLFWwindow* window, int xpos, int ypos);
923 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height);
924 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height);
925 void _glfwInputWindowContentScale(_GLFWwindow* window,
927 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified);
928 void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized);
929 void _glfwInputWindowDamage(_GLFWwindow* window);
930 void _glfwInputWindowCloseRequest(_GLFWwindow* window);
931 void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor);
933 void _glfwInputKey(_GLFWwindow* window,
935 void _glfwInputChar(_GLFWwindow* window,
937 void _glfwInputScroll(_GLFWwindow* window, double xoffset, double yoffset);
938 void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, int mods);
939 void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos);
940 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered);
941 void _glfwInputDrop(_GLFWwindow* window, int count, const char** names);
948 void _glfwInputMonitorWindow(_GLFWmonitor* monitor, _GLFWwindow* window);
968 GLFWbool _glfwRefreshContextAttribs(_GLFWwindow* window,
988 void _glfwCenterCursorInContentArea(_GLFWwindow* window);
992 GLFWbool _glfwCreateContextEGL(_GLFWwindow* window,
1004 GLFWbool _glfwCreateContextOSMesa(_GLFWwindow* window,