alias ImGui::TopLevel::ImGuiKey
Alias Definition
ImGui::ImGuiKey
  Defined in:
types.crConstant Summary
- 
        A = 16
- 
        for text edit CTRL+A: select all 
- 
        Backspace = 11
- 
        C = 17
- 
        for text edit CTRL+C: copy 
- 
        Delete = 10
- 
        DownArrow = 4
- 
        End = 8
- 
        Enter = 13
- 
        Escape = 14
- 
        Home = 7
- 
        Insert = 9
- 
        KeyPadEnter = 15
- 
        LeftArrow = 1
- 
        PageDown = 6
- 
        PageUp = 5
- 
        RightArrow = 2
- 
        Space = 12
- 
        Tab = 0
- 
        UpArrow = 3
- 
        V = 18
- 
        for text edit CTRL+V: paste 
- 
        X = 19
- 
        for text edit CTRL+X: cut 
- 
        Y = 20
- 
        for text edit CTRL+Y: redo 
- 
        Z = 21
- 
        for text edit CTRL+Z: undo