Home
last modified time | relevance | path

Searched refs:glfwSetInputMode (Results 1 – 9 of 9) sorted by relevance

/third_party/glfw/tests/
Dcursor.c134 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_NORMAL); in key_callback()
139 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); in key_callback()
144 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_HIDDEN); in key_callback()
/third_party/glfw/examples/
Dwave.c324 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); in mouse_button_callback()
328 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_NORMAL); in mouse_button_callback()
Dparticles.c990 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); in main()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp381 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/glfw/docs/
Dinput.dox149 glfwSetInputMode(window, GLFW_STICKY_KEYS, 1);
273 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED);
289 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_HIDDEN);
298 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_NORMAL);
454 glfwSetInputMode(window, GLFW_STICKY_MOUSE_BUTTONS, 1);
Dmoving.dox461 | `glfwEnable` | @ref glfwSetInputMode | |
462 | `glfwDisable` | @ref glfwSetInputMode | |
491 | `GLFW_MOUSE_CURSOR` | `GLFW_CURSOR` | Used with @ref glfwSetInputMode |
/third_party/glfw/include/GLFW/
Dglfw3.h2947 GLFWAPI void glfwSetInputMode(GLFWwindow* window, int mode, int value);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2928 GLFWAPI void glfwSetInputMode(GLFWwindow* window, int mode, int value);
/third_party/glfw/src/
Dinput.c171 GLFWAPI void glfwSetInputMode(GLFWwindow* handle, int mode, int value) in glfwSetInputMode() function