Home
last modified time | relevance | path

Searched refs:glfwSetInputMode (Results 1 - 11 of 11) sorted by relevance

/third_party/glfw/tests/
H A Dcursor.c186 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 Devents.c449 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 Dwindow.c81 glfwSetInputMode(window, GLFW_UNLIMITED_MOUSE_BUTTONS, GLFW_TRUE); in main()
/third_party/glfw/examples/
H A Dwindows.c80 glfwSetInputMode(windows[i], GLFW_STICKY_KEYS, GLFW_TRUE); in main()
H A Dwave.c326 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 Dparticles.c996 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); in main()
/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h313 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 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/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h2874 * @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 Dglfw3.h4668 * @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 Dinput.c589 GLFWAPI void glfwSetInputMode(GLFWwindow* handle, int mode, int value) in glfwSetInputMode() function

Completed in 21 milliseconds