C# Class BBGamelib.UIView

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BigWoodGames/cocos2d-unity

Méthodes publiques

Méthode Description
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 touches ) : void
touchesCancelled ( HashSet touches ) : void
touchesEnded ( HashSet touches ) : void
touchesMoved ( HashSet touches ) : void

Method Details

keyDown() public abstract méthode

public abstract keyDown ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

keyUp() public abstract méthode

public abstract keyUp ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

mouseDown() public abstract méthode

public abstract mouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

mouseDragged() public abstract méthode

public abstract mouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

mouseEntered() public abstract méthode

public abstract mouseEntered ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

mouseExited() public abstract méthode

public abstract mouseExited ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

mouseMoved() public abstract méthode

public abstract mouseMoved ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

mouseUp() public abstract méthode

public abstract mouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

otherMouseDown() public abstract méthode

public abstract otherMouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

otherMouseDragged() public abstract méthode

public abstract otherMouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

otherMouseUp() public abstract méthode

public abstract otherMouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

rightMouseDown() public abstract méthode

public abstract rightMouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

rightMouseDragged() public abstract méthode

public abstract rightMouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

rightMouseUp() public abstract méthode

public abstract rightMouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

scrollWheel() public abstract méthode

public abstract scrollWheel ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

touchesBegan() public abstract méthode

public abstract touchesBegan ( HashSet touches ) : void
touches HashSet
Résultat void

touchesCancelled() public abstract méthode

public abstract touchesCancelled ( HashSet touches ) : void
touches HashSet
Résultat void

touchesEnded() public abstract méthode

public abstract touchesEnded ( HashSet touches ) : void
touches HashSet
Résultat void

touchesMoved() public abstract méthode

public abstract touchesMoved ( HashSet touches ) : void
touches HashSet
Résultat void