
FB II Compiler
PG PRO
Debugging
Memory
System
Mathematics
Resources
Disk I/O
Windows
Controls
Menus
Mouse
Keyboard
Text
Fonts
Drawing
Sound
Clipboard
Printing
Communication
ASM |
SYSTEM
Remove an event form the queue
I've never worked on an FB Tool, but the way I do the similar thing in a normal FB app is to "trick" FB into thinking it's a null event (after I'm done looking at it). Try this:
evtPtr&.evtNum% = _nil
where evtPtr& is a pointer to the event record.
%REGISTER%(A0),0' tell FB event was handled
|