capturing off-frame mouse events

Vadim Zeitlin vadim at wxwindows.org
Fri Aug 4 14:05:38 PDT 2006


On Fri, 4 Aug 2006 15:10:44 -0400 Chris Haynes <chaynes at indiana.edu> wrote:

CH> For a presentation drawing tool, I'd like to capture all mouse events, not
CH> just those that occur inside my wx app frame

 As usual in such case, you need to capture the mouse to get these events.
Of course, the problem is that the mouse can't be used for anything else
while it's captured so you only want to do it for short periods of time,
not always.

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list