"Rene Gollent" <anevilyak@xxxxxxxxx> wrote:
> Do we not respect B_NO_POINTER_HISTORY? I notice the async version of
> at least BSlider sets that flag.
We do, see Window.cpp line 1086ff.
IIRC BeOS uses shared memory for mouse messages, and doesn't actually
send a BMessage over a port (it will then overwrite the same event if
new ones come in in the mean time).
Bye,
Axel.