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

Method Index

 o mouseDown(float, float, Hitpoint, double)
handles mouse-button-down in interaction mode
 o mouseDrag(float, float, Hitpoint, double)
handles mouse-drag in interaction mode
 o mouseExit(double)
clears sensor, sends isOver false
 o mouseMove(float, float, Hitpoint, double)
handles mouse-move in interaction mode
 o mouseUp(double)
handles mouse-button-up in interaction mode

Methods

 o mouseMove
  public abstract void mouseMove(float downx,
                                 float downy,
                                 Hitpoint hit,
                                 double timestamp)
handles mouse-move in interaction mode
 o mouseDrag
  public abstract void mouseDrag(float downx,
                                 float downy,
                                 Hitpoint hit,
                                 double timestamp)
handles mouse-drag in interaction mode
 o mouseDown
  public abstract void mouseDown(float downx,
                                 float downy,
                                 Hitpoint hit,
                                 double timestamp)
handles mouse-button-down in interaction mode
 o mouseUp
  public abstract void mouseUp(double timestamp)
handles mouse-button-up in interaction mode
 o mouseExit
  public abstract void mouseExit(double timestamp)
clears sensor, sends isOver false

All Packages  Class Hierarchy  This Package  Previous  Next  Index