From 3b39804835c1edc5df63ac42d39dd4741087a975 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 30 Jan 2003 16:54:30 +0000 Subject: add a Release MouseAction for python hooks --- src/python.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/python.hh') diff --git a/src/python.hh b/src/python.hh index 42b9726f..90df3e10 100644 --- a/src/python.hh +++ b/src/python.hh @@ -46,6 +46,7 @@ struct MouseContext { struct MouseAction { enum MA { Press, + Release, Click, DoubleClick, Motion -- cgit v1.2.3