C# Class Artemis.Engine.Input.ControlScheme

Show file Open project: ArtemisEngine/Artemis-Engine

Public Properties

Property Type Description
KeyIntents ControlIntent>.Dictionary

Public Methods

Method Description
ControlScheme ( ControlIntent>.Dictionary keys ) : System.Collections.Generic
operator ( ) : ControlScheme

Method Details

ControlScheme() public method

public ControlScheme ( ControlIntent>.Dictionary keys ) : System.Collections.Generic
keys ControlIntent>.Dictionary
return System.Collections.Generic

operator() public static method

public static operator ( ) : ControlScheme
return ControlScheme

Property Details

KeyIntents public property

public Dictionary KeyIntents
return ControlIntent>.Dictionary