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 theStillDown
function to determine if the mouse button is still down.
FUNCTION StillDown: Boolean;DESCRIPTION
TheStillDown
function looks in the Operating System event queue for a mouse
event. If it finds one, theStillDown
function returnsFALSE
. If it does not find any mouse events pending in the Operating System event queue, theStillDown
function returnsTRUE
.SEE ALSO
See "The Event Queue" on page 2-83 for information about the Operating System
event queue.