com.jme3.input.dummy
クラス DummyMouseInput

java.lang.Object
  上位を拡張 com.jme3.input.dummy.DummyInput
      上位を拡張 com.jme3.input.dummy.DummyMouseInput
すべての実装されたインタフェース:
Input, MouseInput

public class DummyMouseInput
extends DummyInput
implements MouseInput

DummyMouseInput as an implementation of MouseInput that raises no input events.


フィールドの概要
 
インタフェース com.jme3.input.MouseInput から継承されたフィールド
AXIS_WHEEL, AXIS_X, AXIS_Y, BUTTON_LEFT, BUTTON_MIDDLE, BUTTON_RIGHT
 
コンストラクタの概要
DummyMouseInput()
           
 
メソッドの概要
 int getButtonCount()
          Returns the number of buttons the mouse has.
 void setCursorVisible(boolean visible)
          Set whether the mouse cursor should be visible or not.
 
クラス com.jme3.input.dummy.DummyInput から継承されたメソッド
destroy, getInputTimeNanos, initialize, isInitialized, setInputListener, update
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース com.jme3.input.Input から継承されたメソッド
destroy, getInputTimeNanos, initialize, isInitialized, setInputListener, update
 

コンストラクタの詳細

DummyMouseInput

public DummyMouseInput()
メソッドの詳細

setCursorVisible

public void setCursorVisible(boolean visible)
インタフェース MouseInput の記述:
Set whether the mouse cursor should be visible or not.

定義:
インタフェース MouseInput 内の setCursorVisible
パラメータ:
visible - Whether the mouse cursor should be visible or not.

getButtonCount

public int getButtonCount()
インタフェース MouseInput の記述:
Returns the number of buttons the mouse has. Typically 3 for most mice.

定義:
インタフェース MouseInput 内の getButtonCount
戻り値:
the number of buttons the mouse has.