1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/help/UEVENT_111111.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

23 lines
703 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:45:29}}
The '''UEVENT''' Statement uses ON, OFF or STOP to enable, turn off or suspend user event trapping.
{{PageSyntax}}
:::UEVENT {ON|STOP|OFF}
*'''[[Keywords currently not supported by QB64|Currently NOT supported in QB64!]]'''
* UEVENT ON enables user defined event-trapping as defined by the [[ON UEVENT]] statement.
* UEVENT OFF disables the event-trapping routine. All events are ignored and are not remembered.
* UEVENT STOP suspends the event-trapping routine. An event is remembered, and the event-trapping routine will be performed as soon as a UEVENT ON statement re-enables the trapping.
''See also:''
* [[ON UEVENT]]
{{PageNavigation}}