mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-15 22:18:29 +01:00
more changes
This commit is contained in:
@@ -210,16 +210,18 @@ enum
|
|||||||
ImGuiKey_PageDown,
|
ImGuiKey_PageDown,
|
||||||
ImGuiKey_Home,
|
ImGuiKey_Home,
|
||||||
ImGuiKey_End,
|
ImGuiKey_End,
|
||||||
|
ImGuiKey_Insert,
|
||||||
ImGuiKey_Delete,
|
ImGuiKey_Delete,
|
||||||
ImGuiKey_Backspace,
|
ImGuiKey_Backspace,
|
||||||
|
ImGuiKey_Space,
|
||||||
ImGuiKey_Enter,
|
ImGuiKey_Enter,
|
||||||
ImGuiKey_Escape,
|
ImGuiKey_Escape,
|
||||||
ImGuiKey_A,
|
ImGuiKey_A, // for text edit CTRL+A: select all
|
||||||
ImGuiKey_C,
|
ImGuiKey_C, // for text edit CTRL+C: copy
|
||||||
ImGuiKey_V,
|
ImGuiKey_V, // for text edit CTRL+V: paste
|
||||||
ImGuiKey_X,
|
ImGuiKey_X, // for text edit CTRL+X: cut
|
||||||
ImGuiKey_Y,
|
ImGuiKey_Y, // for text edit CTRL+Y: redo
|
||||||
ImGuiKey_Z,
|
ImGuiKey_Z, // for text edit CTRL+Z: undo
|
||||||
ImGuiKey_COUNT
|
ImGuiKey_COUNT
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user