开发者

Why don't I get keyUp / keyDown events for control characters in Cocoa?

开发者 https://www.devze.com 2023-03-27 21:07 出处:网络
My NSView window receives key up / key开发者_如何学JAVA down events for all keys except for Shift, Alt, Cmd and a few others... How can I fix that?Modifier keys are a special case.If you want to know

My NSView window receives key up / key开发者_如何学JAVA down events for all keys except for Shift, Alt, Cmd and a few others... How can I fix that?


Modifier keys are a special case. If you want to know when they're pressed or released, implement the responder method -flagsChanged:

0

精彩评论

暂无评论...
验证码 换一张
取 消