메소드 | 설명 | |
---|---|---|
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 | ||
touchesBegan ( HashSet |
||
touchesCancelled ( HashSet |
||
touchesEnded ( HashSet |
||
touchesMoved ( HashSet |
public abstract mouseDown ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract mouseDragged ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract mouseEntered ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract mouseExited ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract mouseMoved ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract otherMouseDown ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract otherMouseDragged ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract otherMouseUp ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract rightMouseDown ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract rightMouseDragged ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract rightMouseUp ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract scrollWheel ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
리턴 | void |
public abstract touchesBegan ( HashSet |
||
touches | HashSet |
|
리턴 | void |
public abstract touchesCancelled ( HashSet |
||
touches | HashSet |
|
리턴 | void |
public abstract touchesEnded ( HashSet |
||
touches | HashSet |
|
리턴 | void |
public abstract touchesMoved ( HashSet |
||
touches | HashSet |
|
리턴 | void |