* vendor/cimgui

* Add a "dev mode" window which for now is just imgui demo
This commit is contained in:
Mitchell Hashimoto
2022-10-16 16:20:08 -07:00
committed by GitHub
parent ddfb1dec4b
commit f29393bca6
18 changed files with 423 additions and 3 deletions

View File

@@ -140,6 +140,9 @@ pub const Action = union(enum) {
/// Copy and paste.
copy_to_clipboard: Void,
paste_from_clipboard: Void,
/// Dev mode
toggle_dev_mode: Void,
};
/// Trigger is the associated key state that can trigger an action.

View File

@@ -49,6 +49,9 @@ pub const Key = enum {
y,
z,
// other
grave_accent, // `
// control
up,
down,