Class Index | File Index

Classes


Class R.struct.TouchInfo


Extends R.struct.MouseInfo.
An object which contains information about touch gestures in relation to a rendering context.
Defined in: touchinfo.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a touch data structure.
Field Summary
Field Attributes Field Name and Description
 
All touches.
Fields borrowed from class R.struct.MouseInfo:
button, downPosition, dragVec, lastOver, lastPosition, moveVec, position
Method Summary
Method Attributes Method Name and Description
 
Release the collision data object back into the pool for reuse.
Methods borrowed from class R.struct.MouseInfo:
destroy
Methods borrowed from class R.engine.PooledObject:
clearObjectDataModel, getId, getName, getObjectDataModel, getProperties, isDestroyed, setName, setObjectDataModel, toString, toXML
Class Detail
R.struct.TouchInfo()
Creates a touch data structure.
Field Detail
touches
All touches. See R.struct.Touch for more info.
Method Detail
release()
Release the collision data object back into the pool for reuse.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Mar 18 2013 16:09:21 GMT-0400 (EDT)