Additional ImGui key mappings
This commit is contained in:
parent
cca1c865d9
commit
61bd5cfd92
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ public:
|
|||
io.KeyMap[ImGuiKey_DownArrow] = VK_DOWN;
|
||||
io.KeyMap[ImGuiKey_Backspace] = VK_BACK;
|
||||
io.KeyMap[ImGuiKey_Enter] = VK_RETURN;
|
||||
io.KeyMap[ImGuiKey_Space] = VK_SPACE;
|
||||
io.KeyMap[ImGuiKey_Delete] = VK_DELETE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue