|
@@ -8,6 +8,7 @@
|
|
|
// [ ] Platform: Clipboard support.
|
|
|
// [ ] Platform: Gamepad support. Enable with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'.
|
|
|
// [ ] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. FIXME: Check if this is even possible with Android.
|
|
|
+// [ ] Platform: Multi-viewport support (multiple windows). Not meaningful on Android.
|
|
|
// Important:
|
|
|
// - Consider using SDL or GLFW backend on Android, which will be more full-featured than this.
|
|
|
// - FIXME: On-screen keyboard currently needs to be enabled by the application (see examples/ and issue #3446)
|