The event to handle.
Instance Method
インスタンスメソッド
handle
handleEvent:client:
Handles key down and mouse events.
Availability
- macOS 10.5+
Technology
- Input
Method Kit
Declaration 宣言
- (BOOL)handleEvent:(NSEvent
*)event
client:(id)sender;
Parameters パラメータ
event
sender
The client object sending the event.
Return Value 戻り値
YES
if the event is handled; otherwise NO
.