Removed comments
This commit is contained in:
parent
057807f4a7
commit
9e3a807813
24
imgui.h
24
imgui.h
@ -679,21 +679,21 @@ enum ImGuiDragDropFlags_
|
|||||||
// User fill ImGuiIO.KeyMap[] array with indices into the ImGuiIO.KeysDown[512] array
|
// User fill ImGuiIO.KeyMap[] array with indices into the ImGuiIO.KeysDown[512] array
|
||||||
enum ImGuiKey_
|
enum ImGuiKey_
|
||||||
{
|
{
|
||||||
ImGuiKey_Tab, // for tabbing through fields
|
ImGuiKey_Tab,
|
||||||
ImGuiKey_LeftArrow, // for text edit
|
ImGuiKey_LeftArrow,
|
||||||
ImGuiKey_RightArrow,// for text edit
|
ImGuiKey_RightArrow,
|
||||||
ImGuiKey_UpArrow, // for text edit
|
ImGuiKey_UpArrow,
|
||||||
ImGuiKey_DownArrow, // for text edit
|
ImGuiKey_DownArrow,
|
||||||
ImGuiKey_PageUp,
|
ImGuiKey_PageUp,
|
||||||
ImGuiKey_PageDown,
|
ImGuiKey_PageDown,
|
||||||
ImGuiKey_Home, // for text edit
|
ImGuiKey_Home,
|
||||||
ImGuiKey_End, // for text edit
|
ImGuiKey_End,
|
||||||
ImGuiKey_Insert, // for text edit
|
ImGuiKey_Insert,
|
||||||
ImGuiKey_Delete, // for text edit
|
ImGuiKey_Delete,
|
||||||
ImGuiKey_Backspace, // for text edit
|
ImGuiKey_Backspace,
|
||||||
ImGuiKey_Enter, // for text edit
|
|
||||||
ImGuiKey_Escape, // for text edit
|
|
||||||
ImGuiKey_Space,
|
ImGuiKey_Space,
|
||||||
|
ImGuiKey_Enter,
|
||||||
|
ImGuiKey_Escape,
|
||||||
ImGuiKey_A, // for text edit CTRL+A: select all
|
ImGuiKey_A, // for text edit CTRL+A: select all
|
||||||
ImGuiKey_C, // for text edit CTRL+C: copy
|
ImGuiKey_C, // for text edit CTRL+C: copy
|
||||||
ImGuiKey_V, // for text edit CTRL+V: paste
|
ImGuiKey_V, // for text edit CTRL+V: paste
|
||||||
|
Loading…
Reference in New Issue
Block a user