|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Input
Abstract interface for an input device.
MouseInput
,
KeyInput
,
JoyInput
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. |
Method Detail |
---|
void initialize()
void update()
setInputListener(com.jme3.input.RawInputListener)
void destroy()
boolean isInitialized()
initialize()
,
destroy()
void setInputListener(RawInputListener listener)
listener
- long getInputTimeNanos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |