Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:MidnightBlue.UtilityController"/> component
 /// with default input assignment
 /// </summary>
 public UtilityController()
 {
     _inputMap = new InputMap();
     _inputMap.Assign <ConsoleCommand>(Keys.OemTilde, CommandType.Trigger);
 }