|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PointerSensor interface
Method Summary | |
void |
mouseDown(float downx,
float downy,
Hitpoint hit,
double timestamp)
handles mouse-button-down in interaction mode |
void |
mouseDrag(float downx,
float downy,
Hitpoint hit,
double timestamp)
handles mouse-drag in interaction mode |
void |
mouseExit(double timestamp)
clears sensor, sends isOver false |
void |
mouseMove(float downx,
float downy,
Hitpoint hit,
double timestamp)
handles mouse-move in interaction mode |
void |
mouseUp(double timestamp)
handles mouse-button-up in interaction mode |
Method Detail |
public void mouseMove(float downx, float downy, Hitpoint hit, double timestamp)
public void mouseDrag(float downx, float downy, Hitpoint hit, double timestamp)
public void mouseDown(float downx, float downy, Hitpoint hit, double timestamp)
public void mouseUp(double timestamp)
public void mouseExit(double timestamp)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |