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.
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a touch data structure.
|
Field Attributes | Field Name and Description |
---|---|
All touches.
|
- Fields borrowed from class R.struct.MouseInfo:
- button, downPosition, dragVec, lastOver, lastPosition, moveVec, position
Method Attributes | Method Name and Description |
---|---|
release()
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
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.