Backends: Android: Added support for io.AddMouseSourceEvent(). (#6315, #6318, #2702, #4921)

This commit is contained in:
David
2023-04-11 03:01:53 -05:00
committed by GitHub
parent a7703fe6f7
commit db4c4e3321
3 changed files with 19 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
// Implemented features:
// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy AKEYCODE_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set]
// [X] Platform: Mouse support. Can discriminate Mouse/TouchScreen/Pen.
// Missing features:
// [ ] Platform: Clipboard support.
// [ ] Platform: Gamepad support. Enable with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'.