[futurebasic] Re: [FB] Hickory dickory click

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2003 : Group Archive : Group : All Groups

From: Robert Purves <robert.purves@...>
Date: Fri, 28 Nov 2003 21:34:25 +1300
Bernie Wylde wrote:

> In the example, clicking in the window's title bar or grow box 
> produces a _mButDwnEvt but not a _mButUpEvt.
> What's all that about then?

In those cases, the _mButDwnEvt gets forwarded to a tracking routine 
DragWindow or TrackGoAway. These routines take control (i.e. do not 
return) until the mouse button is released, and do not emit an 
_mButUpEvt.

Robert P.