Enable indirect input events on iOS for proper mouse support

This commit is contained in:
Salman Ahmed
2022-05-14 22:07:42 +03:00
parent 6e74244022
commit 92ae652555
6 changed files with 12 additions and 0 deletions

View File

@ -37,6 +37,8 @@
</array>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict>