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

@ -86,6 +86,7 @@ Other changes:
- Backends: GLFW: Added support on Win32 only for io.AddMouseSourceEvent() to discriminate
Mouse/TouchScreen/Pen. (#2334, #2702)
- Backends: GLFW: Fixed key modifiers handling on secondary viewports. (#6248, #6034) [@aiekick]
- Backends: Android: Added support for io.AddMouseSourceEvent() to discriminate Mouse/TouchScreen/Pen. [@PathogenDavid]
- Examples: Windows: Added 'misc/debuggers/imgui.natstepfilter' file to all Visual Studio projects,
now that VS 2022 17.6 Preview 2 support adding Debug Step Filter spec files into projects.
- Examples: SDL3: Updated for latest WIP SDL3 branch. (#6243)