Home
last modified time | relevance | path

Searched refs:GLFW_KEY_PAGE_UP (Results 1 - 10 of 10) sorted by relevance

/third_party/glfw/examples/
H A Dwave.c301 case GLFW_KEY_PAGE_UP: in key_callback()
/third_party/glfw/tests/
H A Devents.c164 case GLFW_KEY_PAGE_UP: return "PAGE UP"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c187 _glfw.null.keycodes[GLFW_NULL_SC_PAGE_UP] = GLFW_KEY_PAGE_UP; in _glfwInitNull()
H A Dwin32_init.c264 _glfw.win32.keycodes[0x149] = GLFW_KEY_PAGE_UP; in createKeyTables()
H A Dx11_init.c98 case XK_Page_Up: return GLFW_KEY_PAGE_UP; in translateKeySyms()
296 { GLFW_KEY_PAGE_UP, "PGUP" }, in createKeyTables()
H A Dwl_init.c341 _glfw.wl.keycodes[KEY_PAGEUP] = GLFW_KEY_PAGE_UP; in createKeyTables()
/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h328 nk_input_key(ctx, NK_KEY_SCROLL_UP, glfwGetKey(win, GLFW_KEY_PAGE_UP) == GLFW_PRESS); in nk_glfw3_new_frame()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h364 #define GLFW_KEY_PAGE_UP 266 macro
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp223 io.KeyMap[ImGuiKey_PageUp] = GLFW_KEY_PAGE_UP; in ImGui_ImplGlfw_Init()
/third_party/glfw/include/GLFW/
H A Dglfw3.h458 #define GLFW_KEY_PAGE_UP 266 macro

Completed in 20 milliseconds