Searched refs:glfwSetInputMode (Results 1 - 11 of 11) sorted by relevance
/third_party/glfw/tests/ |
H A D | cursor.c | 186 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_NORMAL); in key_callback() 192 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); in key_callback() 197 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_HIDDEN); in key_callback() 202 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_CAPTURED); in key_callback() 212 glfwSetInputMode(window, GLFW_RAW_MOUSE_MOTION, GLFW_FALSE); in key_callback() 217 glfwSetInputMode(window, GLFW_RAW_MOUSE_MOTION, GLFW_TRUE); in key_callback()
|
H A D | events.c | 449 glfwSetInputMode(window, GLFW_LOCK_KEY_MODS, !state); in key_callback() 633 glfwSetInputMode(slots[i].window, GLFW_UNLIMITED_MOUSE_BUTTONS, GLFW_TRUE); in main()
|
H A D | window.c | 81 glfwSetInputMode(window, GLFW_UNLIMITED_MOUSE_BUTTONS, GLFW_TRUE); in main()
|
/third_party/glfw/examples/ |
H A D | windows.c | 80 glfwSetInputMode(windows[i], GLFW_STICKY_KEYS, GLFW_TRUE); in main()
|
H A D | wave.c | 326 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); in mouse_button_callback() 330 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_NORMAL); in mouse_button_callback()
|
H A D | particles.c | 996 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); in main()
|
/third_party/glfw/deps/ |
H A D | nuklear_glfw_gl2.h | 313 glfwSetInputMode(glfw.win, GLFW_CURSOR, GLFW_CURSOR_HIDDEN); in nk_glfw3_new_frame() 315 glfwSetInputMode(glfw.win, GLFW_CURSOR, GLFW_CURSOR_NORMAL); in nk_glfw3_new_frame()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_glfw.cpp | 381 glfwSetInputMode(bd->Window, GLFW_CURSOR, GLFW_CURSOR_HIDDEN); in ImGui_ImplGlfw_UpdateMouseCursor() 388 glfwSetInputMode(bd->Window, GLFW_CURSOR, GLFW_CURSOR_NORMAL); in ImGui_ImplGlfw_UpdateMouseCursor()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 2874 * @sa glfwSetInputMode 2928 GLFWAPI void glfwSetInputMode(GLFWwindow* window, int mode, int value); 3105 * motion. See @ref glfwSetInputMode for more information.
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 4668 * @sa @ref glfwSetInputMode 4744 GLFWAPI void glfwSetInputMode(GLFWwindow* window, int mode, int value); 4767 * @sa @ref glfwSetInputMode 4990 * motion. See @ref glfwSetInputMode for more information.
|
/third_party/glfw/src/ |
H A D | input.c | 589 GLFWAPI void glfwSetInputMode(GLFWwindow* handle, int mode, int value) in glfwSetInputMode() function
|
Completed in 21 milliseconds