Lines Matching refs:_GLFWwindow
61 static NSUInteger getStyleMask(_GLFWwindow* window)
81 static void centerCursor(_GLFWwindow *window)
90 static GLFWbool cursorInClientArea(_GLFWwindow* window)
98 static void updateCursorImage(_GLFWwindow* window)
121 static GLFWbool acquireMonitor(_GLFWwindow* window)
138 static void releaseMonitor(_GLFWwindow* window)
209 _GLFWwindow* window;
212 - (id)initWithGlfwWindow:(_GLFWwindow *)initWindow; argument
218 - (id)initWithGlfwWindow:(_GLFWwindow *)initWindow
308 _GLFWwindow* window;
345 _GLFWwindow* window;
350 - (id)initWithGlfwWindow:(_GLFWwindow *)initWindow; argument
370 - (id)initWithGlfwWindow:(_GLFWwindow *)initWindow
949 static GLFWbool createNativeWindow(_GLFWwindow* window,
1024 int _glfwPlatformCreateWindow(_GLFWwindow* window,
1064 void _glfwPlatformDestroyWindow(_GLFWwindow* window)
1091 void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char *title)
1096 void _glfwPlatformSetWindowIcon(_GLFWwindow* window,
1102 void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos)
1113 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int x, int y)
1121 void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* height)
1131 void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height)
1149 void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window,
1164 void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, int denom)
1172 void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, int* height)
1183 void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window,
1202 void _glfwPlatformIconifyWindow(_GLFWwindow* window)
1207 void _glfwPlatformRestoreWindow(_GLFWwindow* window)
1215 void _glfwPlatformMaximizeWindow(_GLFWwindow* window)
1221 void _glfwPlatformShowWindow(_GLFWwindow* window)
1226 void _glfwPlatformHideWindow(_GLFWwindow* window)
1231 void _glfwPlatformFocusWindow(_GLFWwindow* window)
1242 void _glfwPlatformSetWindowMonitor(_GLFWwindow* window,
1339 int _glfwPlatformWindowFocused(_GLFWwindow* window)
1344 int _glfwPlatformWindowIconified(_GLFWwindow* window)
1349 int _glfwPlatformWindowVisible(_GLFWwindow* window)
1354 int _glfwPlatformWindowMaximized(_GLFWwindow* window)
1420 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos)
1431 void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y)
1457 void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode)
1589 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor)
1595 void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* string)
1605 const char* _glfwPlatformGetClipboardString(_GLFWwindow* window)
1644 _GLFWwindow* window,
1658 _GLFWwindow* window = (_GLFWwindow*) handle;