public interface Context
Modifier and Type | Method and Description |
---|---|
Config |
getConfig()
Get the config.
|
<T extends InputDevice> |
getInputDevice(Class<T> type)
Get the input device instance from its type.
|
Config getConfig()
<T extends InputDevice> T getInputDevice(Class<T> type)
T
- The input device.type
- The input device type.LionEngineException
- If device not found.Copyright © 2016 Byron 3D Games Studio. All rights reserved.