public class WandViewBehavior.RotationListener6D extends WandViewBehavior.ListenerBase
WandViewBehavior.setButtonAction6D(int, int),
WandViewBehavior.setRotationCoords(int),
WandViewBehavior.setTransformCenterSource(int),
WandViewBehavior.setTransformCenter(org.jogamp.vecmath.Point3d),
WandViewBehavior.setRotationSpeed(double, int, int),
WandViewBehavior.setAccelerationTime(double)| Constructor and Description |
|---|
RotationListener6D(boolean reverse)
Construct a new rotation button listener for a 6DOF sensor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dragged(SensorEvent e)
This method is called with each invocation of the
dispatchEvents method of SensorEventAgent
if any button bound to the listener is down and has not changed
state since the last invocation. |
void |
pressed(SensorEvent e)
This method is called when a sensor's button is pressed.
|
releasedclicked, readpublic RotationListener6D(boolean reverse)
reverse - if true, rotate clockwise; otherwise, rotate
counter-clockwisepublic void pressed(SensorEvent e)
SensorButtonListenerpressed in interface SensorButtonListenerpressed in class WandViewBehavior.ListenerBasee - the sensor eventpublic void dragged(SensorEvent e)
SensorButtonListenerdispatchEvents method of SensorEventAgent
if any button bound to the listener is down and has not changed
state since the last invocation. The sensor value has not
necessarily changed from the last drag event.dragged in interface SensorButtonListenerdragged in class SensorInputAdaptore - the sensor event