Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.