Home
last modified time | relevance | path

Searched refs:GLFW_KEY_RIGHT (Results 1 - 11 of 11) sorted by relevance

/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h340 nk_input_key(ctx, NK_KEY_TEXT_WORD_RIGHT, glfwGetKey(win, GLFW_KEY_RIGHT) == GLFW_PRESS); in nk_glfw3_new_frame()
345 nk_input_key(ctx, NK_KEY_RIGHT, glfwGetKey(win, GLFW_KEY_RIGHT) == GLFW_PRESS); in nk_glfw3_new_frame()
/third_party/glfw/examples/
H A Dwave.c292 case GLFW_KEY_RIGHT: in key_callback()
H A Dgears.c238 case GLFW_KEY_RIGHT: in key()
/third_party/glfw/tests/
H A Devents.c152 case GLFW_KEY_RIGHT: return "RIGHT"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c183 _glfw.null.keycodes[GLFW_NULL_SC_RIGHT] = GLFW_KEY_RIGHT; in _glfwInitNull()
H A Dwin32_init.c306 _glfw.win32.keycodes[0x14D] = GLFW_KEY_RIGHT; in createKeyTables()
H A Dx11_init.c102 case XK_Right: return GLFW_KEY_RIGHT; in translateKeySyms()
292 { GLFW_KEY_RIGHT, "RGHT" }, in createKeyTables()
H A Dwl_init.c345 _glfw.wl.keycodes[KEY_RIGHT] = GLFW_KEY_RIGHT; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h360 #define GLFW_KEY_RIGHT 262 macro
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp220 io.KeyMap[ImGuiKey_RightArrow] = GLFW_KEY_RIGHT; in ImGui_ImplGlfw_Init()
/third_party/glfw/include/GLFW/
H A Dglfw3.h454 #define GLFW_KEY_RIGHT 262 macro

Completed in 22 milliseconds