public class MultiTouchObjectEvent extends MultiTouchEvent
| Constructor and Description |
|---|
MultiTouchObjectEvent(long id,
com.jme3.math.Vector2f position,
com.jme3.math.Vector2f velocity)
Instantiates a new multi touch object event.
|
MultiTouchObjectEvent(long id,
com.jme3.math.Vector2f position,
com.jme3.math.Vector2f velocity,
float pressure,
double angle)
Instantiates a new multi touch object event.
|
getAngle, getCursorID, getLastEvent, getPosition, getPositionHistory, getPressure, getTimeOfCreationNanos, getVelocity, setPositionHistory, toStringpublic MultiTouchObjectEvent(long id,
com.jme3.math.Vector2f position,
com.jme3.math.Vector2f velocity)
id - the idposition - the positionvelocity - the velocitypublic MultiTouchObjectEvent(long id,
com.jme3.math.Vector2f position,
com.jme3.math.Vector2f velocity,
float pressure,
double angle)
id - the idposition - the positionvelocity - the velocitypressure - the pressureangle - the angle