[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] XaAES + toolbar behavior
12 dec 2010 kl. 01.37 skrev m0n0:
>
> Am Sonntag, den 12.12.2010, 01:22 +0100 schrieb Peter Persson <pep.fishmoose@gmail.com>:
>
>> Ok, but this is not the case with WM_TOOLBAR events. And what you're
>> saying seems a bit wierd; evnt_multi() will give you new mouse events
>> whenever you move the mouse in/out of the specified rectangle, and
>> afaik you only get events for mouse key up/down, not events while just
>> holding it?
>
>
> evnt_multi will give you repeatedly mouse events while holding the mouse button down - that's what I wanted to say ;)
Ah. Not necessarily, it depends on how you set up the evnt_multi parameters (notably "emi_bstate"). Anyway that's a completely different matter.
-- PeP