Lines Matching refs:window

137 // Cocoa-specific per-window data
150 // Cached window properties to filter out duplicate events
182 // The window whose disabled cursor mode is active
217 GLFWbool _glfwCreateWindowCocoa(_GLFWwindow* window, const _GLFWwndconfig* wndconfig, const _GLFWctxconfig* ctxconfig, const _GLFWfbconfig* fbconfig);
218 void _glfwDestroyWindowCocoa(_GLFWwindow* window);
219 void _glfwSetWindowTitleCocoa(_GLFWwindow* window, const char* title);
220 void _glfwSetWindowIconCocoa(_GLFWwindow* window, int count, const GLFWimage* images);
221 void _glfwGetWindowPosCocoa(_GLFWwindow* window, int* xpos, int* ypos);
222 void _glfwSetWindowPosCocoa(_GLFWwindow* window, int xpos, int ypos);
223 void _glfwGetWindowSizeCocoa(_GLFWwindow* window, int* width, int* height);
224 void _glfwSetWindowSizeCocoa(_GLFWwindow* window, int width, int height);
225 void _glfwSetWindowSizeLimitsCocoa(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
226 void _glfwSetWindowAspectRatioCocoa(_GLFWwindow* window, int numer, int denom);
227 void _glfwGetFramebufferSizeCocoa(_GLFWwindow* window, int* width, int* height);
228 void _glfwGetWindowFrameSizeCocoa(_GLFWwindow* window, int* left, int* top, int* right, int* bottom);
229 void _glfwGetWindowContentScaleCocoa(_GLFWwindow* window, float* xscale, float* yscale);
230 void _glfwIconifyWindowCocoa(_GLFWwindow* window);
231 void _glfwRestoreWindowCocoa(_GLFWwindow* window);
232 void _glfwMaximizeWindowCocoa(_GLFWwindow* window);
233 void _glfwShowWindowCocoa(_GLFWwindow* window);
234 void _glfwHideWindowCocoa(_GLFWwindow* window);
235 void _glfwRequestWindowAttentionCocoa(_GLFWwindow* window);
236 void _glfwFocusWindowCocoa(_GLFWwindow* window);
237 void _glfwSetWindowMonitorCocoa(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate);
238 GLFWbool _glfwWindowFocusedCocoa(_GLFWwindow* window);
239 GLFWbool _glfwWindowIconifiedCocoa(_GLFWwindow* window);
240 GLFWbool _glfwWindowVisibleCocoa(_GLFWwindow* window);
241 GLFWbool _glfwWindowMaximizedCocoa(_GLFWwindow* window);
242 GLFWbool _glfwWindowHoveredCocoa(_GLFWwindow* window);
243 GLFWbool _glfwFramebufferTransparentCocoa(_GLFWwindow* window);
244 void _glfwSetWindowResizableCocoa(_GLFWwindow* window, GLFWbool enabled);
245 void _glfwSetWindowDecoratedCocoa(_GLFWwindow* window, GLFWbool enabled);
246 void _glfwSetWindowFloatingCocoa(_GLFWwindow* window, GLFWbool enabled);
247 float _glfwGetWindowOpacityCocoa(_GLFWwindow* window);
248 void _glfwSetWindowOpacityCocoa(_GLFWwindow* window, float opacity);
249 void _glfwSetWindowMousePassthroughCocoa(_GLFWwindow* window, GLFWbool enabled);
251 void _glfwSetRawMouseMotionCocoa(_GLFWwindow *window, GLFWbool enabled);
259 void _glfwGetCursorPosCocoa(_GLFWwindow* window, double* xpos, double* ypos);
260 void _glfwSetCursorPosCocoa(_GLFWwindow* window, double xpos, double ypos);
261 void _glfwSetCursorModeCocoa(_GLFWwindow* window, int mode);
267 void _glfwSetCursorCocoa(_GLFWwindow* window, _GLFWcursor* cursor);
273 EGLNativeWindowType _glfwGetEGLNativeWindowCocoa(_GLFWwindow* window);
277 VkResult _glfwCreateWindowSurfaceCocoa(VkInstance instance, _GLFWwindow* window, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface);
298 GLFWbool _glfwCreateContextNSGL(_GLFWwindow* window,
301 void _glfwDestroyContextNSGL(_GLFWwindow* window);