Méthode | Description | |
---|---|---|
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 ( |
||
touchesBegan ( HashSet |
||
touchesCancelled ( HashSet |
||
touchesEnded ( HashSet |
||
touchesMoved ( HashSet |
public mouseDown ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public mouseDragged ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public mouseEntered ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public mouseExited ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public mouseMoved ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public otherMouseDown ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public otherMouseDragged ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public otherMouseUp ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public rightMouseDown ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public rightMouseDragged ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public rightMouseUp ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public scrollWheel ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | |
Résultat | void |
public setFrame ( |
||
bounds | ||
Résultat | void |
public touchesBegan ( HashSet |
||
touches | HashSet |
|
Résultat | void |
public touchesCancelled ( HashSet |
||
touches | HashSet |
|
Résultat | void |
public touchesEnded ( HashSet |
||
touches | HashSet |
|
Résultat | void |
public touchesMoved ( HashSet |
||
touches | HashSet |
|
Résultat | void |