Home
last modified time | relevance | path

Searched refs:GLFW_CURSOR (Results 1 - 8 of 8) sorted by relevance

/third_party/glfw/tests/
H A Dcursor.c175 const int mode = glfwGetInputMode(window, GLFW_CURSOR); in key_callback()
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()
/third_party/glfw/examples/
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()
340 if (glfwGetInputMode(window, GLFW_CURSOR) == GLFW_CURSOR_DISABLED) in cursor_position_callback()
H A Dparticles.c996 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); in main()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp374 if ((io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) || glfwGetInputMode(bd->Window, GLFW_CURSOR) == GLFW_CURSOR_DISABLED) in ImGui_ImplGlfw_UpdateMouseCursor()
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/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/examples/libs/glfw/include/GLFW/
H A Dglfw3.h671 #define GLFW_CURSOR 0x00033001 macro
2862 * The mode must be one of `GLFW_CURSOR`, `GLFW_STICKY_KEYS` or
2866 * @param[in] mode One of `GLFW_CURSOR`, `GLFW_STICKY_KEYS` or
2885 * must be one of `GLFW_CURSOR`, `GLFW_STICKY_KEYS` or
2888 * If the mode is `GLFW_CURSOR`, the value must be one of the following cursor
2913 * @param[in] mode One of `GLFW_CURSOR`, `GLFW_STICKY_KEYS` or
/third_party/glfw/src/
H A Dinput.c571 case GLFW_CURSOR: in glfwGetInputMode()
598 case GLFW_CURSOR: in glfwSetInputMode()
/third_party/glfw/include/GLFW/
H A Dglfw3.h1152 #define GLFW_CURSOR 0x00033001 macro
4654 * The mode must be one of @ref GLFW_CURSOR, @ref GLFW_STICKY_KEYS,
4659 * @param[in] mode One of `GLFW_CURSOR`, `GLFW_STICKY_KEYS`,
4679 * must be one of @ref GLFW_CURSOR, @ref GLFW_STICKY_KEYS,
4683 * If the mode is `GLFW_CURSOR`, the value must be one of the following cursor
4727 * @param[in] mode One of `GLFW_CURSOR`, `GLFW_STICKY_KEYS`,

Completed in 19 milliseconds