From 91c7e5c378b1a639c6f5383915ed68b36b7735d4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 24 Jan 2003 07:37:26 +0000 Subject: allow python to grab the keyboard. have release events go to the grabs callback. remove the modifier from teh state when a modifier key is the one being released --- src/actions.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions.hh') diff --git a/src/actions.hh b/src/actions.hh index 8fb728df..552d1a65 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -76,6 +76,7 @@ public: virtual void leaveHandler(const XCrossingEvent &e); virtual void keyPressHandler(const XKeyEvent &e); + virtual void keyReleaseHandler(const XKeyEvent &e); virtual void motionHandler(const XMotionEvent &e); -- cgit v1.2.3