Searched refs:GLFW_CURSOR (Results 1 - 8 of 8) sorted by relevance
/third_party/glfw/tests/ |
H A D | cursor.c | 175 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 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() 340 if (glfwGetInputMode(window, GLFW_CURSOR) == GLFW_CURSOR_DISABLED) in cursor_position_callback()
|
H A D | particles.c | 996 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); in main()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_glfw.cpp | 374 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 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/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 671 #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 D | input.c | 571 case GLFW_CURSOR: in glfwGetInputMode() 598 case GLFW_CURSOR: in glfwSetInputMode()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 1152 #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 18 milliseconds