|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.input.dummy.DummyInput
public class DummyInput
DummyInput as an implementation of Input
that raises no
input events.
Field Summary | |
---|---|
protected boolean |
inited
|
Constructor Summary | |
---|---|
DummyInput()
|
Method Summary | |
---|---|
void |
destroy()
Ceases listening to events from the device. |
long |
getInputTimeNanos()
|
void |
initialize()
Initializes the native side to listen into events from the device. |
boolean |
isInitialized()
|
void |
setInputListener(RawInputListener listener)
Sets the input listener to receive events from this device. |
void |
update()
Queries the device for input. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean inited
Constructor Detail |
---|
public DummyInput()
Method Detail |
---|
public void initialize()
Input
initialize
in interface Input
public void update()
Input
update
in interface Input
Input.setInputListener(com.jme3.input.RawInputListener)
public void destroy()
Input
destroy
in interface Input
public boolean isInitialized()
isInitialized
in interface Input
Input.initialize()
,
Input.destroy()
public void setInputListener(RawInputListener listener)
Input
setInputListener
in interface Input
public long getInputTimeNanos()
getInputTimeNanos
in interface Input
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |