intro.bbdoc 367 B

12345678
  1. The event queue is a simple first-in, first-out queue that is used to collect
  2. #TEvent objects emitted by your application.
  3. The #PollEvent and #WaitEvent commands can be used to receive the next event from the event
  4. queue, while the #PeekEvent command can be used to check if the event queue is empty.
  5. Events are added to the event queue using #PostEvent.