InputMapAction Object Members
In This Topic
The following tables list the members exposed by InputMapAction.
Public Properties
| Name | Description |
| ActionID | Gets or sets the action ID associated with this action. |
| Parameters | Gets the parameters associated with this action. If there are no parameters, null is returned. |
Top
Public Methods
| Name | Description |
| AddParameter | Appends a parameter to the end of the action's parameter list. |
| AddParameterAsBoolean | Appends a Boolean parameter to the end of the action's parameter list. |
| AddParameterAsInteger | Appends a parameter as a Long Integer to the end of the action's parameter list. |
Top
See Also