Important: The information in this document is obsolete and should not be used for new development.
StillDown
After receiving a mouse-down event, you can use theStillDownfunction to determine if the mouse button is still down.
FUNCTION StillDown: Boolean;DESCRIPTION
TheStillDownfunction looks in the Operating System event queue for a mouse
event. If it finds one, theStillDownfunction returnsFALSE. If it does not find any mouse events pending in the Operating System event queue, theStillDownfunction returnsTRUE.SEE ALSO
See "The Event Queue" on page 2-83 for information about the Operating System
event queue.