-
Hello, I am using v 1.16 and i have a question about tracking a mouse event. I have a timer that runs on the The main view has just a few controls on it (treeview and listview). I am able to catch the How can i also capture mouse movements, clicks, etc.? Do i need to implement those overrides on the sub-views as well? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can subscribe to the |
Beta Was this translation helpful? Give feedback.
-
Interestingly, i tried to just create event handlers rather than overriding the virtual methods above. I put event handlers in for The only thing that i can get consistently to fire is the override of |
Beta Was this translation helpful? Give feedback.
You can subscribe to the
Application.RootMouseEvent
event to capture any mouse event.