capturing off-frame mouse events
Chris Haynes
chaynes at indiana.edu
Fri Aug 4 12:10:44 PDT 2006
For a presentation drawing tool, I'd like to capture all mouse events, not
just those that occur inside my wx app frame (or drags that begin inside the
frame). I've figured out how to draw outside the frame with ScreenDC, but
also need the mouse events.
For my application the app outside the frame won't respond to the events, so
I don't care if my app consumes them or not, I just want to get them.
wxPython2.6 under XP. I know this is possible in general (but maybe not with
wx), because various event logging software manages it.
Thanks for any suggestions,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20060804/f19b17f3/attachment.htm
More information about the wx-users
mailing list