backIndex

Xelagot action script

Events: Input

Refer to Events for general information.

Input event is triggered when a user input form is closed, if an event handler was installed before calling the form. See User input for usage.

Installer:

OnInputEvent <eventlabel>
Event type: 7000

Specific statements (must be inside the event handler):

GetEventType %a stores the event type code in variable %a
GetEventResult %a is always 0.
This statement may be outside the event handler, because the input form is always requested by the user:
GetInput $a stores the input string in variable $a


backIndex