MochiEngine
Loading...
Searching...
No Matches
Mochi::Input::IPerformableAction Struct Referenceabstract

An interface defining if an action is being performed and what its value is for a single trigger. More...

#include <IPerformableAction.h>

Inheritance diagram for Mochi::Input::IPerformableAction:
Mochi::Input::PerformableActionGamepad Mochi::Input::PerformableActionGamepadAxis Mochi::Input::PerformableActionKeyboard Mochi::Input::PerformableActionMouse Mochi::Input::PerformableActionMouseAxis

Public Member Functions

virtual bool IsPerformed (InputManager *input) const =0
virtual float GetValue (InputManager *input) const =0

Detailed Description

An interface defining if an action is being performed and what its value is for a single trigger.


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