Searched refs:ImGuiKey_Z (Results 1 – 24 of 24) sorted by relevance
148 io.KeyMap[ImGuiKey_Z] = AKEYCODE_Z; in ImGui_ImplAndroid_Init()
74 io.KeyMap[ImGuiKey_Z] = 'Z'; in ImGui_ImplGLUT_Init()
247 io.KeyMap[ImGuiKey_Z] = s3eKeyZ; in ImGui_Marmalade_Init()
216 io.KeyMap[ImGuiKey_Z] = SDL_SCANCODE_Z; in ImGui_ImplSDL2_Init()
324 io.KeyMap[ImGuiKey_Z] = ALLEGRO_KEY_Z; in ImGui_ImplAllegro5_Init()
239 io.KeyMap[ImGuiKey_Z] = GLFW_KEY_Z; in ImGui_ImplGlfw_Init()
148 io.KeyMap[ImGuiKey_Z] = 'Z'; in ImGui_ImplWin32_Init()
140 io.KeyMap[ImGuiKey_Z] = 'Z';
55 io.KeyMap[ImGuiKey_Z] = 'Z'; in ImGui_ImplFreeGLUT_Init()
80 io.KeyMap[ImGuiKey_Z] = 'Z'; in ImGui_ImplWin32_Init()
154 io.KeyMap[ImGuiKey_Z] = SDL_SCANCODE_Z; in ImGui_ImplSDL2_Init()
240 io.KeyMap[ImGuiKey_Z] = s3eKeyZ; in ImGui_Marmalade_Init()
158 io.KeyMap[ImGuiKey_Z] = GLFW_KEY_Z; in ImGui_ImplGlfw_Init()
269 io.KeyMap[ImGuiKey_Z] = ALLEGRO_KEY_Z; in ImGui_ImplAllegro5_Init()
55 io.KeyMap[ImGuiKey_Z] = 'Z';
119 { ImGuiKey_Z, GDK_KEY_z }, in ImGui_ImplGtk3_HandleEvent()
49 io.KeyMap[ImGuiKey_Z] = (int)Window::Key::kZ; in ImGuiLayer()
63 io.KeyMap[ImGuiKey_Z] = (int)skui::Key::kZ; in ImGuiLayer()
930 ImGuiKey_Z, // for text edit CTRL+Z: undo enumerator
3365 …const bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoa… in InputTextEx()3366 …eyPressedMap(ImGuiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editabl… in InputTextEx()
923 ImGuiKey_Z, // for text edit CTRL+Z: undo enumerator
3359 …const bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoa… in InputTextEx()3360 …eyPressedMap(ImGuiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editabl… in InputTextEx()
1377 ImGuiKey_Z, // for text edit CTRL+Z: undo enumerator
4260 …const bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undo… in InputTextEx()4261 …eyPressedMap(ImGuiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readon… in InputTextEx()