mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Android: Amend backend and examples with minor consistency tweaks. (#3446)
This commit is contained in:
parent
fb85c0341b
commit
8dd692c29c
12 changed files with 236 additions and 229 deletions
|
|
@ -91,7 +91,7 @@ bool ImGui_ImplWin32_Init(void* hwnd)
|
|||
io.BackendPlatformName = "imgui_impl_win32";
|
||||
io.ImeWindowHandle = hwnd;
|
||||
|
||||
// Keyboard mapping. ImGui will use those indices to peek into the io.KeysDown[] array that we will update during the application lifetime.
|
||||
// Keyboard mapping. Dear ImGui will use those indices to peek into the io.KeysDown[] array that we will update during the application lifetime.
|
||||
io.KeyMap[ImGuiKey_Tab] = VK_TAB;
|
||||
io.KeyMap[ImGuiKey_LeftArrow] = VK_LEFT;
|
||||
io.KeyMap[ImGuiKey_RightArrow] = VK_RIGHT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue