Interface iicm.vrml.pw.PointerSensor
All Packages Class Hierarchy This Package Previous Next Index
Interface iicm.vrml.pw.PointerSensor
- public interface PointerSensor
- extends Object
PointerSensor interface
-
mouseDown(float, float, Hitpoint, double)
- handles mouse-button-down in interaction mode
-
mouseDrag(float, float, Hitpoint, double)
- handles mouse-drag in interaction mode
-
mouseExit(double)
- clears sensor, sends isOver false
-
mouseMove(float, float, Hitpoint, double)
- handles mouse-move in interaction mode
-
mouseUp(double)
- handles mouse-button-up in interaction mode
mouseMove
public abstract void mouseMove(float downx,
float downy,
Hitpoint hit,
double timestamp)
- handles mouse-move in interaction mode
mouseDrag
public abstract void mouseDrag(float downx,
float downy,
Hitpoint hit,
double timestamp)
- handles mouse-drag in interaction mode
mouseDown
public abstract void mouseDown(float downx,
float downy,
Hitpoint hit,
double timestamp)
- handles mouse-button-down in interaction mode
mouseUp
public abstract void mouseUp(double timestamp)
- handles mouse-button-up in interaction mode
mouseExit
public abstract void mouseExit(double timestamp)
- clears sensor, sends isOver false
All Packages Class Hierarchy This Package Previous Next Index