Searched refs:glfwSetWindowMonitor (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/glfw/tests/ |
D | iconify.c | 87 glfwSetWindowMonitor(window, NULL, in key_callback() 100 glfwSetWindowMonitor(window, monitor, in key_callback()
|
/third_party/flutter/glfw/examples/ |
D | boing.c | 250 glfwSetWindowMonitor(window, NULL, in key_callback() 262 … glfwSetWindowMonitor(window, monitor, 0, 0, mode->width, mode->height, mode->refreshRate); in key_callback()
|
/third_party/flutter/glfw/docs/ |
D | window.dox | 61 glfwSetWindowMonitor, and full screen ones can be made windowed by unsetting it 80 and monitor with @ref glfwSetWindowMonitor. If you just need change its 117 glfwSetWindowMonitor(window, monitor, 0, 0, mode->width, mode->height, mode->refreshRate); 699 with @ref glfwSetWindowMonitor. When making a window full screen on the same or 706 glfwSetWindowMonitor(window, monitor, 0, 0, mode->width, mode->height, mode->refreshRate); 713 glfwSetWindowMonitor(window, NULL, xpos, ypos, width, height, 0);
|
D | news.dox | 21 @ref glfwSetWindowMonitor.
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 2464 GLFWAPI void glfwSetWindowMonitor(GLFWwindow* window, GLFWmonitor* monitor, int xpos, int ypos, int…
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 2446 GLFWAPI void glfwSetWindowMonitor(GLFWwindow* window, GLFWmonitor* monitor, int xpos, int ypos, int…
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 2446 GLFWAPI void glfwSetWindowMonitor(GLFWwindow* window, GLFWmonitor* monitor, int xpos, int ypos, int…
|
/third_party/flutter/glfw/src/ |
D | window.c | 734 GLFWAPI void glfwSetWindowMonitor(GLFWwindow* wh, in glfwSetWindowMonitor() function
|