Highroad Engine v1.3
Public Attributes | Protected Member Functions | List of all members
MoreMountains.Tools.MMInputExecution Class Reference

A simple class used to bind target keys to specific events to trigger when the key is pressed or released More...

Inheritance diagram for MoreMountains.Tools.MMInputExecution:

Public Attributes

List< MMInputExecutionBindingBindings
 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...
 

Detailed Description

A simple class used to bind target keys to specific events to trigger when the key is pressed or released

Member Function Documentation

◆ HandleInput()

virtual void MoreMountains.Tools.MMInputExecution.HandleInput ( )
protectedvirtual

Parses all bindings and asks them to trigger events if needed

◆ Update()

virtual void MoreMountains.Tools.MMInputExecution.Update ( )
protectedvirtual

On update we process our input

Member Data Documentation

◆ Bindings

List<MMInputExecutionBinding> MoreMountains.Tools.MMInputExecution.Bindings

a list of bindings


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