#include <CeresEngine/Input/InputSystem.hpp>
◆ InputSystem()
| CeresEngine::InputSystem::InputSystem |
( |
InputManager & |
inputManager | ) |
|
|
explicitnoexcept |
Create a new input system.
- Parameters
-
| inputManager | The input manager to be updated |
◆ getOrder()
| SystemOrder CeresEngine::InputSystem::getOrder |
( |
| ) |
const |
|
inlineoverridenoexcept |
- Returns
- The order in which the system should be updated.
◆ update()
| void CeresEngine::InputSystem::update |
( |
double |
time | ) |
|
|
override |
Updates the system.
- Parameters
-
| time | The amount of time elapsed since the last update |
◆ inputManager
The input manager to be updated and handle input from.
The documentation for this class was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/Input/InputSystem.hpp