Searched refs:GLFW_CURSOR_DISABLED (Results 1 - 10 of 10) sorted by relevance
/third_party/glfw/examples/ |
H A D | wave.c | 326 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); 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/glfw/src/ |
H A D | win32_window.c | 579 if (window->cursorMode == GLFW_CURSOR_DISABLED) in windowProc() 599 if (window->cursorMode == GLFW_CURSOR_DISABLED) in windowProc() 609 if (window->cursorMode == GLFW_CURSOR_DISABLED) in windowProc() 877 if (window->cursorMode == GLFW_CURSOR_DISABLED) in windowProc() 1000 if (window->cursorMode == GLFW_CURSOR_DISABLED) in windowProc() 1016 if (window->cursorMode == GLFW_CURSOR_DISABLED) in windowProc() 2235 if (mode == GLFW_CURSOR_DISABLED) in _glfwSetCursorModeWin32() 2250 if (mode == GLFW_CURSOR_DISABLED || mode == GLFW_CURSOR_CAPTURED) in _glfwSetCursorModeWin32() 2255 if (mode == GLFW_CURSOR_DISABLED) in _glfwSetCursorModeWin32()
|
H A D | x11_window.c | 1463 if (window->cursorMode == GLFW_CURSOR_DISABLED) in processEvent() 1749 if (window->cursorMode == GLFW_CURSOR_DISABLED) in processEvent() 1771 if (window->cursorMode == GLFW_CURSOR_DISABLED) in processEvent() 2866 if (mode == GLFW_CURSOR_DISABLED) in _glfwSetCursorModeX11() 2881 if (mode == GLFW_CURSOR_DISABLED || mode == GLFW_CURSOR_CAPTURED) in _glfwSetCursorModeX11() 2886 if (mode == GLFW_CURSOR_DISABLED) in _glfwSetCursorModeX11()
|
H A D | input.c | 602 value != GLFW_CURSOR_DISABLED && in glfwSetInputMode() 803 if (window->cursorMode == GLFW_CURSOR_DISABLED) in glfwGetCursorPos() 833 if (window->cursorMode == GLFW_CURSOR_DISABLED) in glfwSetCursorPos()
|
H A D | wl_window.c | 1438 if (window->cursorMode == GLFW_CURSOR_DISABLED) in pointerHandleMotion() 2888 if (window->cursorMode != GLFW_CURSOR_DISABLED) in relativePointerHandleRelativeMotion() 3014 if (window->cursorMode == GLFW_CURSOR_DISABLED) in _glfwSetCursorWayland() 3074 window->cursorMode == GLFW_CURSOR_DISABLED) in _glfwSetCursorWayland()
|
/third_party/glfw/tests/ |
H A D | cursor.c | 176 if (mode != GLFW_CURSOR_DISABLED && mode != GLFW_CURSOR_CAPTURED) in key_callback() 192 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); in key_callback()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 677 #define GLFW_CURSOR_DISABLED 0x00034003 macro 2893 * - `GLFW_CURSOR_DISABLED` hides and grabs the cursor, providing virtual 3063 * If the cursor is disabled (with `GLFW_CURSOR_DISABLED`) then the cursor 3103 * already provides the `GLFW_CURSOR_DISABLED` cursor mode that hides the 3107 * If the cursor mode is `GLFW_CURSOR_DISABLED` then the cursor position is
|
/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()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 1161 #define GLFW_CURSOR_DISABLED 0x00034003 macro 4688 * - `GLFW_CURSOR_DISABLED` hides and grabs the cursor, providing virtual 4948 * If the cursor is disabled (with `GLFW_CURSOR_DISABLED`) then the cursor 4988 * already provides the `GLFW_CURSOR_DISABLED` cursor mode that hides the 4992 * If the cursor mode is `GLFW_CURSOR_DISABLED` then the cursor position is 5006 * `GLFW_CURSOR_DISABLED`, otherwise it will emit @ref GLFW_FEATURE_UNAVAILABLE.
|
Completed in 35 milliseconds