From a514b80e283a00880203d5ca4853f363138dfc76 Mon Sep 17 00:00:00 2001 From: JBerg Date: Sun, 5 Dec 2021 22:59:47 -0500 Subject: [PATCH] [ios] Enabled mouse events --- Packaging/apple/Info.plist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Packaging/apple/Info.plist b/Packaging/apple/Info.plist index 2c34fa0c9..1257bedaf 100644 --- a/Packaging/apple/Info.plist +++ b/Packaging/apple/Info.plist @@ -28,8 +28,8 @@ ???? CFBundleVersion ${MACOSX_BUNDLE_BUNDLE_VERSION} - UILaunchStoryboardName - LaunchScreen + UILaunchStoryboardName + LaunchScreen NSHighResolutionCapable CSResourcesFileMapped @@ -42,5 +42,7 @@ parent NSSupportsAutomaticGraphicsSwitching + UIApplicationSupportsIndirectInputEvents +