Added documentation that the UIApplicationSupportsIndirectInputEvents key must be set to true

in your application's Info.plist in order to get real Bluetooth mouse events.
This commit is contained in:
Sam Lantinga
2021-11-09 20:32:16 -08:00
parent a7e2e3a329
commit 19c129faba
4 changed files with 39 additions and 19 deletions

View File

@@ -8,6 +8,10 @@ This is a list of major changes in SDL's version history.
Android:
* Added support for audio output and capture using AAudio
iOS:
* Added documentation that the UIApplicationSupportsIndirectInputEvents key must be set to true in your application's Info.plist in order to get real Bluetooth mouse events.
---------------------------------------------------------------------------
2.0.16:
---------------------------------------------------------------------------