Sfoglia il codice sorgente

README-ios.md: Add info about UIApplicationSupportsIndirectInputEvents on iOS 17

Son Phan Trung 11 mesi fa
parent
commit
c0bad724a7
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      docs/README-ios.md

+ 2 - 0
docs/README-ios.md

@@ -140,6 +140,8 @@ Notes -- Mouse
 
 
 iOS now supports Bluetooth mice on iPad, but by default will provide the mouse input as touch. In order for SDL to see the real mouse events, you should set the key UIApplicationSupportsIndirectInputEvents to true in your Info.plist
 iOS now supports Bluetooth mice on iPad, but by default will provide the mouse input as touch. In order for SDL to see the real mouse events, you should set the key UIApplicationSupportsIndirectInputEvents to true in your Info.plist
 
 
+From iOS 17 onward, the key now defaults to true.
+
 
 
 Notes -- Reading and Writing files
 Notes -- Reading and Writing files
 ==============================================================================
 ==============================================================================