Empeld
Empeld plugin documentation.
pluginbase.Objects.Input.IInputManager Interface Reference

Class that handles routing and key binds for all user input More...

Public Member Functions

IBoundInput GetBinding (string name)
 Get or create a new binding class by name More...
 
IBoundInput GetBinding (Type type)
 Get or create a new binding class by type More...
 

Detailed Description

Class that handles routing and key binds for all user input

Attribute: Injectable

Member Function Documentation

◆ GetBinding() [1/2]

IBoundInput pluginbase.Objects.Input.IInputManager.GetBinding ( string  name)

Get or create a new binding class by name

Returns
The binding.
Parameters
nameName.

◆ GetBinding() [2/2]

IBoundInput pluginbase.Objects.Input.IInputManager.GetBinding ( Type  type)

Get or create a new binding class by type

Returns
The binding.
Parameters
typeType.

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