Correct and simplify buttonreleased() gdk event
authorQuentin Rameau <quinq@fifth.space>
Sun, 22 Nov 2015 01:10:18 +0000 (02:10 +0100)
committerQuentin Rameau <quinq@fifth.space>
Sun, 22 Nov 2015 01:10:18 +0000 (02:10 +0100)
The passed event is a GdkEvent (or GdkEventButton), but not a
GdkEventKey.
Access the struct directly.


No differences found