Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add disableInternalMouseEvents flag in Component #1470

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

benkuper
Copy link

Discussion on the forum about this here :
https://forum.juce.com/t/duplicate-events-when-using-addmouselistener-this/64201/10

This adds support for a component to listen for mouse event with proper propagation and "originalComponent" assignation to both itself and its children recursively, without duplicating the events when they are coming from the component itself.

usage :
this->addMouseListener(this, true); //add recursive listening to all nested children and to this component
setDisableInternalMouseEvents(true); //avoids the component to also dispatch an event, because it will be sent anyway with the mouseListener

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant