forked from Galleondragon/qb64
-
Notifications
You must be signed in to change notification settings - Fork 24
UEVENT
Cory Smith edited this page Sep 2, 2022
·
3 revisions
The UEVENT Statement uses ON, OFF or STOP to enable, turn off or suspend user event trapping.
UEVENT {ON|STOP|OFF}
-
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.