I'm working on adding a screensaver to my GUI application.
The issue is I want to get the general mouse click event and use it to update the timer of screensaver.
However right now when I click some push buttons or list items, only the clicked widget get the click event but outside container doesn't.
I wonder is there a way to get the general click event in the application instead of rewrite all the widgets to pass click event to their parents widgets?
Thanks in advance.


Reply With Quote



Bookmarks