
22 Apr
2011
22 Apr
'11
5:28 a.m.
Comment #6 on issue 225 by jamslam: Ability to send synthetic mouse events to windows http://code.google.com/p/xmonad/issues/detail?id=225 Synthetic events are not required for this. There needs to be a call to 'allowEvents' to "replay" the pointer event. A patch (that works) for this was submitted some time ago, but for some reason that I could not find, it was rejected. Here it is: http://www.haskell.org/pipermail/xmonad/2008-June/005807.html The relevant information about replaying events: http://tronche.com/gui/x/xlib/input/XAllowEvents.html