Package | Description |
---|---|
com.b3dgs.lionengine |
Main engine core types and utility classes.
|
com.b3dgs.lionengine.core.sequence |
Sequencing package.
|
com.b3dgs.lionengine.graphic |
Graphic basic dedicated package.
|
com.b3dgs.lionengine.io |
Input interface package.
|
Modifier and Type | Method and Description |
---|---|
<T extends InputDevice> |
Context.getInputDevice(Class<T> type)
Get the input device instance from its type.
|
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.
|
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> |
ScreenBase.getInputDevice(Class<T> type) |
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.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.