Hot Door CORE Forum

Full Version: custom widget mouse up ignored outside of widget area
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My custom widgets correctly receive mouseIn, mouseOut, and mouseDown, but mouseUp is only received correctly on macOS. Under Windows, mouseUp is only sensed when the cursor is within the widget bounds. As a workaround, I set mouseOut to call mouseUp if dragging.