Empeld
Empeld plugin documentation.
|
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... | |
Class that handles routing and key binds for all user input
Attribute: Injectable
IBoundInput pluginbase.Objects.Input.IInputManager.GetBinding | ( | string | name | ) |
Get or create a new binding class by name
name | Name. |
IBoundInput pluginbase.Objects.Input.IInputManager.GetBinding | ( | Type | type | ) |
Get or create a new binding class by type
type | Type. |