public class JoglInputMouseEvent extends JoglInputEvent
| Constructor and Description |
|---|
JoglInputMouseEvent(java.awt.event.MouseEvent evt) |
| Modifier and Type | Method and Description |
|---|---|
int |
getButton() |
JoglVectord2 |
getPoint() |
double |
getX() |
double |
getY() |
boolean |
isControlDown() |
boolean |
isShiftDown() |
void |
scalePoint(double width,
double height) |
public void scalePoint(double width,
double height)
public int getButton()
public JoglVectord2 getPoint()
public double getX()
public double getY()
public boolean isControlDown()
public boolean isShiftDown()