CommandList ClassDelta Engine Documentation
Contains the List of Commands and it´s triggers, and can edit this list. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.InputEditor CommandList

Namespace: DeltaEngine.Editor.InputEditor
Assembly: DeltaEngine.Editor.InputEditor (in DeltaEngine.Editor.InputEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class CommandList

The CommandList type exposes the following members.

Constructors

  NameDescription
Public methodCommandList
Initializes a new instance of the CommandList class
Top
Methods

  NameDescription
Public methodAddCommand
Public methodAddTrigger(String, State)
Public methodAddTrigger(String, GamePadButton, State)
Public methodAddTrigger(String, Key, State)
Public methodAddTrigger(String, MouseButton, State)
Public methodEditCommand
Public methodGetAllTriggers
Public methodGetCommands
Public methodGetNumberOfTriggers
Public methodRemoveCommand
Public methodRemoveTrigger(String, State)
Public methodRemoveTrigger(String, GamePadButton, State)
Public methodRemoveTrigger(String, Key, State)
Public methodRemoveTrigger(String, MouseButton, State)
Top
Properties

  NameDescription
Public propertyNumberOfCommands
Top
See Also