Fix first tap in touch mode not registering

This commit is contained in:
Cameron Gutman
2020-11-01 14:43:55 -06:00
parent 7270554153
commit a1f09f117f
3 changed files with 13 additions and 10 deletions

View File

@@ -40,7 +40,7 @@
- (OnScreenControlsLevel) getCurrentOscState;
#if !TARGET_OS_TV
- (void) updateCursorLocation:(CGPoint)location;
- (void) updateCursorLocation:(CGPoint)location isMouse:(BOOL)isMouse;
#endif
@end