Gainput
v1.0.0
|
Interface for modifiers that change device input states after they have been updated. More...
#include <GainputInputManager.h>
Public Member Functions | |
virtual void | Update (InputDeltaState *delta)=0 |
Called after non-dependent devices have been updated. More... | |
Interface for modifiers that change device input states after they have been updated.
|
pure virtual |
Called after non-dependent devices have been updated.
This function is called by InputManager::Update() after InputDevice::Update() has been called on all registered devices that have InputDevice::IsLateUpdate() return false
.
delta | All device state changes should be registered with this delta state, may be 0. |
Implemented in gainput::InputPlayer.