The InputAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InputAction()()()() |
Initializes a new instance of the InputAction class.
|
|
InputAction(UserActionEnum, ActionHandlerBase) |
Initializes a new instance of the InputAction class,
assigning the UserAction and ActionHandler properties.
|
Methods
Name | Description | |
---|---|---|
AssignFrom |
Assigns (copies) properties from another InputAction to the current object.
|
Properties
Name | Description | |
---|---|---|
ActionHandler |
Gets or sets the action handler associated with the current object.
|
|
UserAction |
Gets or sets the kind of user action (such as click or focus enter) associated with the current object.
|