Property | Type | Description | |
---|---|---|---|
renderingCamera | Camera |
Method | Description | |
---|---|---|
checkForTouches ( ) : void | ||
distributeTouches ( ) : void | ||
handleDoubleTouch ( ArrayList touches ) : void | ||
handleManyTouches ( ArrayList touches ) : void | ||
handleSingleTouch ( iPhoneTouch aTouch ) : void | ||
noTouches ( ) : void | ||
startup ( ) : void |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void |
public handleDoubleTouch ( ArrayList touches ) : void | ||
touches | ArrayList | |
return | void |
public handleManyTouches ( ArrayList touches ) : void | ||
touches | ArrayList | |
return | void |
public handleSingleTouch ( iPhoneTouch aTouch ) : void | ||
aTouch | iPhoneTouch | |
return | void |