Artemis.Engine.Input.ControlScheme.ControlScheme C# (CSharp) Method

ControlScheme() public method

public ControlScheme ( ControlIntent>.Dictionary keys ) : System.Collections.Generic
keys ControlIntent>.Dictionary
return System.Collections.Generic
        public ControlScheme(Dictionary<Keys, ControlIntent> keys)
        {
            KeyIntents = keys;
        }