Revert "Support more than 5 mouse buttons" (FS#1082)
commitee1fe4dd59186e6ba109b3c8c25c836ce6e546d7
authorUli Schlachter <psychon@znc.in>
Fri, 29 Mar 2013 15:07:13 +0000 (29 16:07 +0100)
committerUli Schlachter <psychon@znc.in>
Fri, 29 Mar 2013 15:07:13 +0000 (29 16:07 +0100)
tree298494d62ca8a8be656aa9be470bec65763b6fe4
parentfc49e2802528eb948fabe705a8b5f695775ec01c
Revert "Support more than 5 mouse buttons" (FS#1082)

This reverts commit bd8158495e059baa0e8ba525b813254451447f4a.

The idea was to track the current list of pressed and depressed mouse buttons,
because we get button events for more than 5 buttons, but can only query the
state of the first 5 buttons.

However, there are cases where we see button presses, but won't see the
corresponding release event. This is quite bad.

Signed-off-by: Uli Schlachter <psychon@znc.in>
event.c
globalconf.h
mouse.c
mouse.h
mousegrabber.c
mousegrabber.h