The InputAction type exposes the following members.

Constructors

  Name Description
Public method InputAction()()()()
Initializes a new instance of the InputAction class.
Public method InputAction(UserActionEnum, ActionHandlerBase)
Initializes a new instance of the InputAction class, assigning the UserAction and ActionHandler properties.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another InputAction to the current object.

Properties

  Name Description
Public property ActionHandler
Gets or sets the action handler associated with the current object.
Public property UserAction
Gets or sets the kind of user action (such as click or focus enter) associated with the current object.

See Also