放大全屏NSWindow时,NSCursor重置为arrowCursor

时间:2016-06-01 04:46:41

标签: objective-c macos cocoa nswindow nscursor

滚动缩放时我尝试更改光标。

- (void)resetCursorRects 
{
    [super resetCursorRects];
    [self addCursorRect:self.bounds cursor:[NSCursor openHandCursor]];
}

直到我改为全屏模式才能正常工作。当我将光标固定为箭头类型时。

我希望它像照片应用程序一样工作(在全屏模式下放大照片时)。

0 个答案:

没有答案