Instance Method インスタンスメソッド

handleEvent:client:

Handles key down and mouse events.

Declaration 宣言

- (BOOL)handleEvent:(NSEvent *)event 
             client:(id)sender;

Parameters パラメータ

event

The event to handle.

sender

The client object sending the event.

Return Value 戻り値

YES if the event is handled; otherwise NO.