diff --git a/Mini vMac/ViewController.m b/Mini vMac/ViewController.m index b8eb43c..cbf1398 100644 --- a/Mini vMac/ViewController.m +++ b/Mini vMac/ViewController.m @@ -45,7 +45,12 @@ // NSLog(@"Interaction: x2: %hi, y2: %hi", (short)mouseLoc.h, (short)mouseLoc.v); [[AppDelegate sharedEmulator] setMouseX:mouseLoc.h Y:mouseLoc.v]; } - return nil; + return defaultRegion; +} + +- (UIPointerStyle *)pointerInteraction:(UIPointerInteraction *)interaction styleForRegion:(UIPointerRegion *)region { + return [UIPointerStyle hiddenPointerStyle]; + } #endif