The roInput component sends the roInputEvent with the following predicates that indicate its valid event types:
isInput() as Boolean
An input event was received.
GetInfo() as Object
Returns an roAssociativeArray
describing the input event:
Key | Type | Value | |
---|---|---|---|
type | string | The type of event, which may be one of the following values:
| |
id | LongInteger | The unique ID associated with the generated transport event | |
command | string | If the type is "transport", the associativeArray will include a commands field that specifies the type of transport command received. This may be one of the following values:
| |
direction | string | For the "seek" transport command only. Specifies the direction of the seek command, which may be "forward" or "backward". | |
duration | string | For the "seek" transport command only. Specifies the number of seconds to skip forward or backward. |