C# Class BBGamelib.UIView

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: BigWoodGames/cocos2d-unity

Public Methods

Method 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 method

public abstract keyDown ( NSEvent theEvent ) : void
theEvent NSEvent
return void

keyUp() public abstract method

public abstract keyUp ( NSEvent theEvent ) : void
theEvent NSEvent
return void

mouseDown() public abstract method

public abstract mouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
return void

mouseDragged() public abstract method

public abstract mouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
return void

mouseEntered() public abstract method

public abstract mouseEntered ( NSEvent theEvent ) : void
theEvent NSEvent
return void

mouseExited() public abstract method

public abstract mouseExited ( NSEvent theEvent ) : void
theEvent NSEvent
return void

mouseMoved() public abstract method

public abstract mouseMoved ( NSEvent theEvent ) : void
theEvent NSEvent
return void

mouseUp() public abstract method

public abstract mouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
return void

otherMouseDown() public abstract method

public abstract otherMouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
return void

otherMouseDragged() public abstract method

public abstract otherMouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
return void

otherMouseUp() public abstract method

public abstract otherMouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
return void

rightMouseDown() public abstract method

public abstract rightMouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
return void

rightMouseDragged() public abstract method

public abstract rightMouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
return void

rightMouseUp() public abstract method

public abstract rightMouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
return void

scrollWheel() public abstract method

public abstract scrollWheel ( NSEvent theEvent ) : void
theEvent NSEvent
return void

touchesBegan() public abstract method

public abstract touchesBegan ( HashSet touches ) : void
touches HashSet
return void

touchesCancelled() public abstract method

public abstract touchesCancelled ( HashSet touches ) : void
touches HashSet
return void

touchesEnded() public abstract method

public abstract touchesEnded ( HashSet touches ) : void
touches HashSet
return void

touchesMoved() public abstract method

public abstract touchesMoved ( HashSet touches ) : void
touches HashSet
return void