Page 1 of 1

RMB works, LMB doesn't

Posted: Thu Sep 28, 2006 12:39 am
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 :)