Hide the mouse cursor appropriately on iOS

This commit is contained in:
Sam Lantinga
2020-04-13 19:44:26 -07:00
parent 9e3b259dec
commit 171ba00a6a
2 changed files with 9 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
#if !TARGET_OS_TV && defined(__IPHONE_13_4)
- (UIPointerRegion *)pointerInteraction:(UIPointerInteraction *)interaction regionForRequest:(UIPointerRegionRequest *)request defaultRegion:(UIPointerRegion *)defaultRegion API_AVAILABLE(ios(13.4));
- (UIPointerStyle *)pointerInteraction:(UIPointerInteraction *)interaction styleForRegion:(UIPointerRegion *)region API_AVAILABLE(ios(13.4));
#endif
- (CGPoint)touchLocation:(UITouch *)touch shouldNormalize:(BOOL)normalize;