Cocoa 中的输入事件是否类似于线程安全(void)mouseDown:(NSEvent *)theEvent
并(void)keyDown:(NSEvent *)theEvent
与 NSTimer 事件触发同步?
我可以让 NSTimer 事件访问与触摸输入事件相同的内存吗?这会是线程安全的吗?
Cocoa 中的输入事件是否类似于线程安全(void)mouseDown:(NSEvent *)theEvent
并(void)keyDown:(NSEvent *)theEvent
与 NSTimer 事件触发同步?
我可以让 NSTimer 事件访问与触摸输入事件相同的内存吗?这会是线程安全的吗?