WAIT [ Delay ]
Calls the event loop. If Delay is specified, does not return until Delay seconds elaps.
Delay is a floating point number. So, if you want to wait during 100 ms, just do:
WAIT 0.1
At the moment, this keyword works only with projects using the
gb.qt
component.
Note that during the wait, no keyboard or mouse events are processed. Only draw events.