Package com.ardor3d.input.logical
Class DummyControllerWrapper
java.lang.Object
com.ardor3d.input.logical.DummyControllerWrapper
- All Implemented Interfaces:
ControllerWrapper
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ardor3d.input.ControllerWrapper
ControllerWrapper.ControllerIterator -
Field Summary
FieldsFields inherited from interface com.ardor3d.input.ControllerWrapper
_upcomingEvents -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetControllerInfo(int controllerIndex) Returns a peeking iterator that allows the client to loop through all controller events that have not yet been handled.voidinit()Allows the controller wrapper implementation to initialize itself.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DummyControllerWrapper
public DummyControllerWrapper()
-
-
Method Details
-
getEvents
Description copied from interface:ControllerWrapperReturns a peeking iterator that allows the client to loop through all controller events that have not yet been handled.- Specified by:
getEventsin interfaceControllerWrapper- Returns:
- an iterator that allows the client to check which events have still not been handled
-
init
public void init()Description copied from interface:ControllerWrapperAllows the controller wrapper implementation to initialize itself.- Specified by:
initin interfaceControllerWrapper
-
getControllerCount
public int getControllerCount()- Specified by:
getControllerCountin interfaceControllerWrapper
-
getControllerInfo
- Specified by:
getControllerInfoin interfaceControllerWrapper
-