Stub AbsoluteTouchHandler

This commit is contained in:
Cameron Gutman
2020-11-01 10:30:39 -06:00
parent 17d4079a5a
commit 63beaebe55
6 changed files with 65 additions and 3 deletions

View File

@@ -39,4 +39,8 @@
- (void) showOnScreenControls;
- (OnScreenControlsLevel) getCurrentOscState;
#if !TARGET_OS_TV
- (void) updateCursorLocation:(CGPoint)location;
#endif
@end