enable indirect input events (fixes warning from SDL)

This commit is contained in:
leo60228 2024-01-23 19:26:00 -05:00
parent 94878b77b6
commit 758cd833c4
No known key found for this signature in database
GPG Key ID: 6F3EB461799AD95E
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "iOS")
XCODE_ATTRIBUTE_GENERATE_INFOPLIST_FILE YES
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info.plist"
XCODE_ATTRIBUTE_INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace YES
XCODE_ATTRIBUTE_INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents YES
RESOURCE "${DATA_ZIP};AppIcon.xcassets"
)