Afterglow.Input.InputDeviceBase.InputDeviceBase C# (CSharp) Method

InputDeviceBase() protected method

Initializes a new instance of the InputDeviceBase class.
protected InputDeviceBase ( ) : System.Collections.Generic
return System.Collections.Generic
        protected InputDeviceBase()
        {
            RegisteredButtons = new Dictionary<Button, ButtonAction>();
        }