Gainput  v1.0.0
Public Member Functions | List of all members
gainput::DeviceStateModifier Class Referenceabstract

Interface for modifiers that change device input states after they have been updated. More...

#include <GainputInputManager.h>

Inheritance diagram for gainput::DeviceStateModifier:
gainput::InputPlayer

Public Member Functions

virtual void Update (InputDeltaState *delta)=0
 Called after non-dependent devices have been updated. More...
 

Detailed Description

Interface for modifiers that change device input states after they have been updated.

Member Function Documentation

◆ Update()

virtual void gainput::DeviceStateModifier::Update ( InputDeltaState delta)
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.

Parameters
deltaAll device state changes should be registered with this delta state, may be 0.

Implemented in gainput::InputPlayer.


The documentation for this class was generated from the following file: