|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PointerSensor
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 |
---|
void mouseMove(float downx, float downy, Hitpoint hit, double timestamp)
void mouseDrag(float downx, float downy, Hitpoint hit, double timestamp)
void mouseDown(float downx, float downy, Hitpoint hit, double timestamp)
void mouseUp(double timestamp)
void mouseExit(double timestamp)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |