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
Fields inherited from interface com.ardor3d.input.ControllerWrapper
_upcomingEvents
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getControllerInfo
(int controllerIndex) Returns a peeking iterator that allows the client to loop through all controller events that have not yet been handled.void
init()
Allows the controller wrapper implementation to initialize itself.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DummyControllerWrapper
public DummyControllerWrapper()
-
-
Method Details
-
getEvents
Description copied from interface:ControllerWrapper
Returns a peeking iterator that allows the client to loop through all controller events that have not yet been handled.- Specified by:
getEvents
in 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:ControllerWrapper
Allows the controller wrapper implementation to initialize itself.- Specified by:
init
in interfaceControllerWrapper
-
getControllerCount
public int getControllerCount()- Specified by:
getControllerCount
in interfaceControllerWrapper
-
getControllerInfo
- Specified by:
getControllerInfo
in interfaceControllerWrapper
-