TopDown Engine
v4.1
|
A simple class used to bind target keys to specific events to trigger when the key is pressed or released More...
Public Attributes | |
List< MMInputExecutionBinding > | Bindings |
a list of bindings More... | |
Protected Member Functions | |
virtual void | Update () |
On update we process our input More... | |
virtual void | HandleInput () |
Parses all bindings and asks them to trigger events if needed More... | |
A simple class used to bind target keys to specific events to trigger when the key is pressed or released
|
protectedvirtual |
Parses all bindings and asks them to trigger events if needed
|
protectedvirtual |
On update we process our input
List<MMInputExecutionBinding> MoreMountains.Tools.MMInputExecution.Bindings |
a list of bindings