mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -240,10 +240,11 @@ struct OcornutImguiContext
|
||||
io.KeyMap[ImGuiKey_Y] = (int)entry::Key::KeyY;
|
||||
io.KeyMap[ImGuiKey_Z] = (int)entry::Key::KeyZ;
|
||||
|
||||
io.NavFlags |= 0
|
||||
| ImGuiNavFlags_EnableGamepad
|
||||
| ImGuiNavFlags_EnableKeyboard
|
||||
io.ConfigFlags |= 0
|
||||
| ImGuiConfigFlags_NavEnableGamepad
|
||||
| ImGuiConfigFlags_NavEnableKeyboard
|
||||
;
|
||||
|
||||
io.NavInputs[ImGuiNavInput_Activate] = (int)entry::Key::GamepadA;
|
||||
io.NavInputs[ImGuiNavInput_Cancel] = (int)entry::Key::GamepadB;
|
||||
// io.NavInputs[ImGuiNavInput_Input] = (int)entry::Key::;
|
||||
|
||||
Reference in New Issue
Block a user