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) mouseDown(float, float, Hitpoint, double)
-  handles mouse-button-down in interaction mode
  
-   mouseDrag(float, float, Hitpoint, double) mouseDrag(float, float, Hitpoint, double)
-  handles mouse-drag in interaction mode
  
-   mouseExit(double) mouseExit(double)
-  clears sensor, sends isOver false
  
-   mouseMove(float, float, Hitpoint, double) mouseMove(float, float, Hitpoint, double)
-  handles mouse-move in interaction mode
  
-   mouseUp(double) mouseUp(double)
-  handles mouse-button-up in interaction mode
   
 mouseMove
mouseMove
  public abstract void mouseMove(float downx,
                                 float downy,
                                 Hitpoint hit,
                                 double timestamp)
  -  handles mouse-move in interaction mode
 mouseDrag
mouseDrag
  public abstract void mouseDrag(float downx,
                                 float downy,
                                 Hitpoint hit,
                                 double timestamp)
  -  handles mouse-drag in interaction mode
 mouseDown
mouseDown
  public abstract void mouseDown(float downx,
                                 float downy,
                                 Hitpoint hit,
                                 double timestamp)
  -  handles mouse-button-down in interaction mode
 mouseUp
mouseUp
  public abstract void mouseUp(double timestamp)
  -  handles mouse-button-up in interaction mode
 mouseExit
mouseExit
  public abstract void mouseExit(double timestamp)
  -  clears sensor, sends isOver false
All Packages  Class Hierarchy  This Package  Previous  Next  Index