메소드 |
설명 |
|
Awake ( ) : void |
|
|
keyDown ( NSEvent theEvent ) : void |
|
|
keyUp ( NSEvent theEvent ) : void |
|
|
mouseDown ( NSEvent theEvent ) : void |
|
|
mouseDragged ( NSEvent theEvent ) : void |
|
|
mouseEntered ( NSEvent theEvent ) : void |
|
|
mouseExited ( NSEvent theEvent ) : void |
|
|
mouseMoved ( NSEvent theEvent ) : void |
|
|
mouseUp ( NSEvent theEvent ) : void |
|
|
otherMouseDown ( NSEvent theEvent ) : void |
|
|
otherMouseDragged ( NSEvent theEvent ) : void |
|
|
otherMouseUp ( NSEvent theEvent ) : void |
|
|
rightMouseDown ( NSEvent theEvent ) : void |
|
|
rightMouseDragged ( NSEvent theEvent ) : void |
|
|
rightMouseUp ( NSEvent theEvent ) : void |
|
|
scrollWheel ( NSEvent theEvent ) : void |
|
|
setFrame ( Rect bounds ) : void |
|
|
touchesBegan ( HashSet touches ) : void |
|
|
touchesCancelled ( HashSet touches ) : void |
|
|
touchesEnded ( HashSet touches ) : void |
|
|
touchesMoved ( HashSet touches ) : void |
|
|