Unravel Engine C++ Reference
|
Functions | |
auto | get_shortcut_name (const ImGuiKeyCombination &shortcut) -> std::string |
auto | get_shortcut_name (ImGuiKey key) -> std::string |
Variables | |
constexpr ImGuiKey | modifier_camera_speed_boost = ImGuiKey_LeftShift |
constexpr ImGuiKey | modifier_snapping = ImGuiKey_LeftCtrl |
const ImGuiKeyCombination | new_scene = {ImGuiKey_LeftCtrl, ImGuiKey_N} |
const ImGuiKeyCombination | open_scene = {ImGuiKey_LeftCtrl, ImGuiKey_O} |
const ImGuiKeyCombination | save_scene = {ImGuiKey_LeftCtrl, ImGuiKey_S} |
const ImGuiKeyCombination | save_scene_as = {ImGuiKey_LeftCtrl, ImGuiKey_LeftShift, ImGuiKey_S} |
constexpr ImGuiKey | play_toggle = ImGuiKey_F5 |
constexpr ImGuiKey | pause_toggle = ImGuiKey_F6 |
constexpr ImGuiKey | step_frame = ImGuiKey_F7 |
constexpr ImGuiKey | camera_forward = ImGuiKey_W |
constexpr ImGuiKey | camera_backward = ImGuiKey_S |
constexpr ImGuiKey | camera_left = ImGuiKey_A |
constexpr ImGuiKey | camera_right = ImGuiKey_D |
constexpr ImGuiKey | rename_item = ImGuiKey_F2 |
constexpr ImGuiKey | delete_item = ImGuiKey_Delete |
const ImGuiKeyCombination | duplicate_item = {ImGuiKey_LeftCtrl, ImGuiKey_D} |
constexpr ImGuiKey | navigate_back = ImGuiKey_Backspace |
constexpr ImGuiKey | item_action = ImGuiKey_Enter |
constexpr ImGuiKey | item_action_alt = ImGuiKey_KeypadEnter |
constexpr ImGuiKey | item_cancel = ImGuiKey_Escape |
const ImGuiKeyCombination | select_all = {ImGuiKey_LeftCtrl, ImGuiKey_A} |
const ImGuiKeyCombination | cut = {ImGuiKey_LeftCtrl, ImGuiKey_X} |
const ImGuiKeyCombination | copy = {ImGuiKey_LeftCtrl, ImGuiKey_C} |
const ImGuiKeyCombination | paste = {ImGuiKey_LeftCtrl, ImGuiKey_V} |
const ImGuiKeyCombination | undo = {ImGuiKey_LeftCtrl, ImGuiKey_Z} |
const ImGuiKeyCombination | redo = {ImGuiKey_LeftCtrl, ImGuiKey_Y} |
const ImGuiKeyCombination | redo_alt = {ImGuiKey_LeftCtrl, ImGuiKey_LeftShift, ImGuiKey_Z} |
const ImGuiKeyCombination | undo_history = {ImGuiKey_LeftCtrl, ImGuiKey_U} |
const ImGuiKeyCombination | recompile_ui = {ImGuiKey_LeftCtrl, ImGuiKey_LeftShift, ImGuiKey_R} |
constexpr ImGuiKey | move_tool = ImGuiKey_W |
constexpr ImGuiKey | rotate_tool = ImGuiKey_E |
constexpr ImGuiKey | scale_tool = ImGuiKey_R |
constexpr ImGuiKey | universal_tool = ImGuiKey_Q |
constexpr ImGuiKey | bounds_tool = ImGuiKey_T |
constexpr ImGuiKey | ik_ccd = ImGuiKey_K |
constexpr ImGuiKey | ik_fabrik = ImGuiKey_L |
constexpr ImGuiKey | focus_selected = ImGuiKey_F |
const ImGuiKeyCombination | frame_all = {ImGuiKey_LeftAlt, ImGuiKey_F} |
constexpr ImGuiKey | toggle_gizmo_mode = ImGuiKey_Z |
constexpr ImGuiKey | toggle_local_global = ImGuiKey_L |
constexpr ImGuiKeyChord | snap_scene_camera_to_selected_camera = ImGuiKey_F | ImGuiMod_Shift |
constexpr ImGuiKey | help = ImGuiKey_F1 |
|
inline |
Definition at line 72 of file shortcuts.h.
|
inline |
Definition at line 77 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 55 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 27 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 26 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 28 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 29 of file shortcuts.h.
|
inline |
Definition at line 43 of file shortcuts.h.
|
inline |
Definition at line 42 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 33 of file shortcuts.h.
|
inline |
Definition at line 34 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 62 of file shortcuts.h.
|
inline |
Definition at line 63 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 69 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 58 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 59 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 36 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 37 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 38 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 11 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 12 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 51 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 35 of file shortcuts.h.
|
inline |
Definition at line 15 of file shortcuts.h.
|
inline |
Definition at line 16 of file shortcuts.h.
|
inline |
Definition at line 44 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 22 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 21 of file shortcuts.h.
|
inline |
Definition at line 49 of file shortcuts.h.
|
inline |
Definition at line 46 of file shortcuts.h.
|
inline |
Definition at line 47 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 32 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 52 of file shortcuts.h.
|
inline |
Definition at line 17 of file shortcuts.h.
|
inline |
Definition at line 18 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 53 of file shortcuts.h.
|
inline |
Definition at line 41 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 66 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 23 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 64 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 65 of file shortcuts.h.
|
inline |
Definition at line 45 of file shortcuts.h.
|
inline |
Definition at line 48 of file shortcuts.h.
|
inlineconstexpr |
Definition at line 54 of file shortcuts.h.