Searched refs:glfwGetPrimaryMonitor (Results 1 – 13 of 13) sorted by relevance
55 monitor = glfwGetPrimaryMonitor(); in set_gamma()125 monitor = glfwGetPrimaryMonitor(); in main()
96 glfwGetPrimaryMonitor() == monitor ? "primary" : "secondary"); in list_modes()139 glfwGetPrimaryMonitor(), in test_modes()
94 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback()255 monitor = glfwGetPrimaryMonitor(); in main()
149 monitor = glfwGetPrimaryMonitor(); in main()
504 monitor = glfwGetPrimaryMonitor(); in main()
41 The primary monitor is returned by @ref glfwGetPrimaryMonitor. It is the user's46 GLFWmonitor* primary = glfwGetPrimaryMonitor();
131 window to use. The @ref glfwGetPrimaryMonitor function returns the monitor that143 window = glfwCreateWindow(640, 480, "My Window", glfwGetPrimaryMonitor(), NULL);
54 GLFWwindow* window = glfwCreateWindow(640, 480, "My Title", glfwGetPrimaryMonitor(), NULL);
315 GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void) in glfwGetPrimaryMonitor() function
256 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback()
955 monitor = glfwGetPrimaryMonitor(); in main()
1420 GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void);
1412 GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void);