Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Devents.c404 if (key == GLFW_KEY_UNKNOWN) in key_callback()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h299 #define GLFW_KEY_UNKNOWN -1 macro
2935 * If the key is `GLFW_KEY_UNKNOWN`, the scancode is used instead, otherwise
2937 * `GLFW_KEY_UNKNOWN`) a scancode that maps to a non-printable key is
2966 * @param[in] key The key to query, or `GLFW_KEY_UNKNOWN`.
3009 * @param[in] key The desired [keyboard key](@ref keys). `GLFW_KEY_UNKNOWN` is
3269 * a GLFW key token. Such keys have `key` set to `GLFW_KEY_UNKNOWN`, their
/third_party/glfw/src/
H A Dinput.c275 assert(key >= 0 || key == GLFW_KEY_UNKNOWN); in _glfwInputKey()
711 if (key != GLFW_KEY_UNKNOWN) in glfwGetKeyName()
H A Dx11_init.c208 return GLFW_KEY_UNKNOWN; in translateKeySyms()
363 int key = GLFW_KEY_UNKNOWN; in createKeyTables()
383 if (key != GLFW_KEY_UNKNOWN) in createKeyTables()
H A Dx11_window.c242 return GLFW_KEY_UNKNOWN; in translateKey()
2913 if (key == GLFW_KEY_UNKNOWN) in _glfwGetScancodeNameX11()
H A Dwl_window.c1164 return GLFW_KEY_UNKNOWN; in translateKey()
2698 if (key == GLFW_KEY_UNKNOWN) in _glfwGetScancodeNameWayland()
H A Dwin32_window.c2279 if (key == GLFW_KEY_UNKNOWN) in _glfwGetScancodeNameWin32()
/third_party/glfw/include/GLFW/
H A Dglfw3.h367 #define GLFW_KEY_UNKNOWN -1 macro
4785 * If the key is `GLFW_KEY_UNKNOWN`, the scancode is used to identify the key,
4787 * `GLFW_KEY_UNKNOWN` and a scancode that maps to a non-printable key, this
4820 * @param[in] key The key to query, or `GLFW_KEY_UNKNOWN`.
4891 * @param[in] key The desired [keyboard key](@ref keys). `GLFW_KEY_UNKNOWN` is
5177 * a GLFW key token. Such keys have `key` set to `GLFW_KEY_UNKNOWN`, their

Completed in 28 milliseconds