diff options
Diffstat (limited to 'src/include/main.h')
-rw-r--r-- | src/include/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/main.h b/src/include/main.h index 1f04d41..0ee8511 100644 --- a/src/include/main.h +++ b/src/include/main.h @@ -367,6 +367,7 @@ enum hotkey_input hotkey_newlayer_paint, hotkey_newlayer_shape, hotkey_deletelayer, + hotkey_duplicatelayer, hotkey_undo, hotkey_redo, }; @@ -533,6 +534,9 @@ struct project_state void *Interact_Address; int Interact_Count; + // whether duplicated layers get created above or below + int DuplicateDirection = -1; + ImGuiID RightDock; // NOTE(fox): We need to keep track of when the user changes the CurrentValue of a |