|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.input.event.InputEvent
com.jme3.input.event.MouseMotionEvent
public class MouseMotionEvent
Mouse movement event.
Movement events are only generated if the mouse is on-screen.
Field Summary |
---|
Fields inherited from class com.jme3.input.event.InputEvent |
---|
consumed, time |
Constructor Summary | |
---|---|
MouseMotionEvent(int x,
int y,
int dx,
int dy,
int wheel,
int deltaWheel)
|
Method Summary | |
---|---|
int |
getDeltaWheel()
The change in wheel rotation. |
int |
getDX()
The change in X coordinate |
int |
getDY()
The change in Y coordinate |
int |
getWheel()
Current mouse wheel value |
int |
getX()
Current X coordinate |
int |
getY()
Current Y coordinate |
java.lang.String |
toString()
|
Methods inherited from class com.jme3.input.event.InputEvent |
---|
getTime, isConsumed, setConsumed, setTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MouseMotionEvent(int x, int y, int dx, int dy, int wheel, int deltaWheel)
Method Detail |
---|
public int getDeltaWheel()
public int getDX()
public int getDY()
public int getWheel()
public int getX()
public int getY()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |