Package | Description |
---|---|
com.b3dgs.lionengine.core |
Lower level classes related, close to the engine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InputDeviceDirectional
Represents a directional device, supporting multiple axis.
|
interface |
InputDevicePointer
Represents a pointer device, supporting location and click number.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Class<? extends InputDevice>,InputDevice> |
ScreenBase.devices
Input devices.
|
protected Map<Class<? extends InputDevice>,InputDevice> |
ScreenBase.devices
Input devices.
|
Modifier and Type | Method and Description |
---|---|
<T extends InputDevice> |
Sequence.getInputDevice(Class<T> type) |
<T extends InputDevice> |
Sequencable.getInputDevice(Class<T> type)
Get the input device instance from its type.
|
<T extends InputDevice> |
ScreenBase.getInputDevice(Class<T> type) |
<T extends InputDevice> |
Context.getInputDevice(Class<T> type)
Get the input device instance from its type.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.