|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.
コンストラクタの概要 | |
---|---|
MouseMotionEvent(int x,
int y,
int dx,
int dy,
int wheel,
int deltaWheel)
|
メソッドの概要 | |
---|---|
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()
|
クラス com.jme3.input.event.InputEvent から継承されたメソッド |
---|
getTime, isConsumed, setConsumed, setTime |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public MouseMotionEvent(int x, int y, int dx, int dy, int wheel, int deltaWheel)
メソッドの詳細 |
---|
public int getDeltaWheel()
public int getDX()
public int getDY()
public int getWheel()
public int getX()
public int getY()
public java.lang.String toString()
java.lang.Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |