Backends: OSX: Add Game Controller support. (#4759)

This commit is contained in:
Stuart Carnie
2021-12-11 08:10:21 +11:00
committed by ocornut
parent 8a9fe26866
commit b720f1f03c
5 changed files with 58 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
// Implemented features:
// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'.
// [X] Platform: OSX clipboard is supported within core Dear ImGui (no specific code in this backend).
// [X] Platform: Gamepad support. Enabled with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'.
// Issues:
// [ ] Platform: Keys are all generally very broken. Best using [event keycode] and not [event characters]..