Lines Matching refs:KeyMap
29 io.KeyMap[ImGuiKey_Tab] = (int)Window::Key::kTab; in ImGuiLayer()
30 io.KeyMap[ImGuiKey_LeftArrow] = (int)Window::Key::kLeft; in ImGuiLayer()
31 io.KeyMap[ImGuiKey_RightArrow] = (int)Window::Key::kRight; in ImGuiLayer()
32 io.KeyMap[ImGuiKey_UpArrow] = (int)Window::Key::kUp; in ImGuiLayer()
33 io.KeyMap[ImGuiKey_DownArrow] = (int)Window::Key::kDown; in ImGuiLayer()
34 io.KeyMap[ImGuiKey_PageUp] = (int)Window::Key::kPageUp; in ImGuiLayer()
35 io.KeyMap[ImGuiKey_PageDown] = (int)Window::Key::kPageDown; in ImGuiLayer()
36 io.KeyMap[ImGuiKey_Home] = (int)Window::Key::kHome; in ImGuiLayer()
37 io.KeyMap[ImGuiKey_End] = (int)Window::Key::kEnd; in ImGuiLayer()
38 io.KeyMap[ImGuiKey_Delete] = (int)Window::Key::kDelete; in ImGuiLayer()
39 io.KeyMap[ImGuiKey_Backspace] = (int)Window::Key::kBack; in ImGuiLayer()
40 io.KeyMap[ImGuiKey_Enter] = (int)Window::Key::kOK; in ImGuiLayer()
41 io.KeyMap[ImGuiKey_Escape] = (int)Window::Key::kEscape; in ImGuiLayer()
42 io.KeyMap[ImGuiKey_A] = (int)Window::Key::kA; in ImGuiLayer()
43 io.KeyMap[ImGuiKey_C] = (int)Window::Key::kC; in ImGuiLayer()
44 io.KeyMap[ImGuiKey_V] = (int)Window::Key::kV; in ImGuiLayer()
45 io.KeyMap[ImGuiKey_X] = (int)Window::Key::kX; in ImGuiLayer()
46 io.KeyMap[ImGuiKey_Y] = (int)Window::Key::kY; in ImGuiLayer()
47 io.KeyMap[ImGuiKey_Z] = (int)Window::Key::kZ; in ImGuiLayer()