Searched refs:has_ctrl_key (Results 1 – 1 of 1) sorted by relevance
333 has_ctrl_key(int key) in has_ctrl_key() function341 return ImGui::IsRootWindowOrAnyChildFocused() && has_ctrl_key(key); in window_has_ctrl_key()998 …if (ImGui::Button("Commands list") || has_ctrl_key('c')) { show_commands_window(); } ImGui::SameLi… in display_aubfile_window()999 …if (ImGui::Button("Registers list") || has_ctrl_key('r')) { show_register_window(); } ImGui::SameL… in display_aubfile_window()1000 if (ImGui::Button("Help") || has_ctrl_key('h')) { ImGui::OpenPopup("Help"); } in display_aubfile_window()1002 if (ImGui::Button("New batch window") || has_ctrl_key('b')) { new_batch_window(0); } in display_aubfile_window()