![]() |
|
events |
William Labbett
Member #4,486
March 2004
![]() |
Hi, just wondering. Are different event types prioritized in the order they appear in the queue. I mean, if a joystick button gets pressed at the same time an
|
Edgar Reynaldo
Major Reynaldo
May 2007
![]() |
There is no specific order between events except for a few specific ones that work that way like, you get DISPLAY_RESTORED after DISPLAY_LOST, etc.... The queue is protected by a mutex, so all events are processed serially. The time of the event isn't taken until the event is put into the queue, maybe IDK. My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
William Labbett
Member #4,486
March 2004
![]() |
Thanks.
|
|