[haiku-development] B_ASYNCHRONOUS_CONTROLS

Hi,

Is there any known app that still relies on the old/backward
compatible behavior that the documentation on B_ASYNCHRONOUS_CONTROLS
refers to? I noticed Haiku's BSlider checks for this flag on its
parent window, and if not enabled, relies on polling the mouse in
MouseDown() to do tracking, and uses BMouseDown/Moved/Up like normal
otherwise. Is there a good reason to leave this behavior, or can the
async version be used by default?

Rene

Other related posts: