Mouse Motion Event



Invoking add_events(Gdk::ALL_EVENTS) results in the motion_event routine
being executed only when the mouse enters the viewing area.  Replacing the
above with add_events(Gdk::POINTER_MOTION_MASK) fixes the issue.  I am
using:

gtkmm-2.4




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]