Searched refs:GLFW_KEY_TAB (Results 1 – 11 of 11) sorted by relevance
138 io.KeyMap[ImGuiKey_Tab] = GLFW_KEY_TAB; in ImGui_ImplGlfw_Init()
88 _glfw.mir.publicKeys[KEY_TAB] = GLFW_KEY_TAB; in createKeyTables()
237 _glfw.win32.publicKeys[0x00F] = GLFW_KEY_TAB; in createKeyTables()
174 _glfw.ns.publicKeys[0x30] = GLFW_KEY_TAB;
493 _glfw.wl.publicKeys[KEY_TAB] = GLFW_KEY_TAB; in createKeyTables()
92 case XK_Tab: return GLFW_KEY_TAB; in translateKeyCode()
157 case GLFW_KEY_TAB: return "TAB"; in get_key_name()
359 #define GLFW_KEY_TAB 258 macro
356 #define GLFW_KEY_TAB 258 macro
218 io.KeyMap[ImGuiKey_Tab] = GLFW_KEY_TAB; in ImGui_ImplGlfw_Init()