RMB works, LMB doesn't

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

RMB works, LMB doesn't

Post by Auria »

Hi, i'm developping a wxwidgets app with OpenGL.

My problem now is to detect user clicks on the wxGLCanvas. Mouse wheel, right mouse button, and all those events work, except for left mouse button events (the callback method is never called)

i don't seem to be catching left mouse events anywhere in the app, so i assume some component is intercepting them?

why does it happen, and how can i fix it?

Thanks :)
Post Reply