Searched refs:GLFW_STICKY_KEYS (Results 1 - 4 of 4) sorted by relevance
/third_party/glfw/examples/ |
H A D | windows.c | 80 glfwSetInputMode(windows[i], GLFW_STICKY_KEYS, GLFW_TRUE); in main()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 672 #define GLFW_STICKY_KEYS 0x00033002 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 2897 * If the mode is `GLFW_STICKY_KEYS`, the value must be either `GLFW_TRUE` to 2913 * @param[in] mode One of `GLFW_CURSOR`, `GLFW_STICKY_KEYS` or 2995 * If the `GLFW_STICKY_KEYS` input mode is enabled, this function returns
|
/third_party/glfw/src/ |
H A D | input.c | 573 case GLFW_STICKY_KEYS: in glfwGetInputMode() 623 case GLFW_STICKY_KEYS: in glfwSetInputMode()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 1153 #define GLFW_STICKY_KEYS 0x00033002 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, 4694 * If the mode is `GLFW_STICKY_KEYS`, the value must be either `GLFW_TRUE` to 4727 * @param[in] mode One of `GLFW_CURSOR`, `GLFW_STICKY_KEYS`, 4877 * If the @ref GLFW_STICKY_KEYS input mode is enabled, this function returns
|
Completed in 14 milliseconds