Home
last modified time | relevance | path

Searched refs:GLFW_CURSOR_CAPTURED (Results 1 - 6 of 6) sorted by relevance

/third_party/glfw/tests/
H A Dcursor.c176 if (mode != GLFW_CURSOR_DISABLED && mode != GLFW_CURSOR_CAPTURED) in key_callback()
202 glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_CAPTURED); in key_callback()
/third_party/glfw/src/
H A Dwin32_window.c228 window->cursorMode == GLFW_CURSOR_CAPTURED) in updateCursorImage()
581 else if (window->cursorMode == GLFW_CURSOR_CAPTURED) in windowProc()
601 else if (window->cursorMode == GLFW_CURSOR_CAPTURED) in windowProc()
611 else if (window->cursorMode == GLFW_CURSOR_CAPTURED) in windowProc()
1002 else if (window->cursorMode == GLFW_CURSOR_CAPTURED) in windowProc()
1018 else if (window->cursorMode == GLFW_CURSOR_CAPTURED) in windowProc()
2250 if (mode == GLFW_CURSOR_DISABLED || mode == GLFW_CURSOR_CAPTURED) in _glfwSetCursorModeWin32()
H A Dx11_window.c460 window->cursorMode == GLFW_CURSOR_CAPTURED) in updateCursorImage()
1751 else if (window->cursorMode == GLFW_CURSOR_CAPTURED) in processEvent()
1773 else if (window->cursorMode == GLFW_CURSOR_CAPTURED) in processEvent()
2881 if (mode == GLFW_CURSOR_DISABLED || mode == GLFW_CURSOR_CAPTURED) in _glfwSetCursorModeX11()
3056 window->cursorMode == GLFW_CURSOR_CAPTURED) in _glfwSetCursorX11()
H A Dinput.c603 value != GLFW_CURSOR_CAPTURED) in glfwSetInputMode()
H A Dwl_window.c3021 else if (window->cursorMode == GLFW_CURSOR_CAPTURED) in _glfwSetCursorWayland()
3038 window->cursorMode == GLFW_CURSOR_CAPTURED) in _glfwSetCursorWayland()
/third_party/glfw/include/GLFW/
H A Dglfw3.h1162 #define GLFW_CURSOR_CAPTURED 0x00034004 macro
4691 * - `GLFW_CURSOR_CAPTURED` makes the cursor visible and confines it to the

Completed in 20 milliseconds