From c0bad724a76129894a64c077a8cb4d7308650497 Mon Sep 17 00:00:00 2001 From: Son Phan Trung Date: Thu, 24 Oct 2024 19:53:07 +0700 Subject: [PATCH] README-ios.md: Add info about UIApplicationSupportsIndirectInputEvents on iOS 17 --- docs/README-ios.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README-ios.md b/docs/README-ios.md index 5060e169f..efa067e11 100644 --- a/docs/README-ios.md +++ b/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 +From iOS 17 onward, the key now defaults to true. + Notes -- Reading and Writing files ==============================================================================