diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-30 16:54:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-30 16:54:30 +0000 |
| commit | 3b39804835c1edc5df63ac42d39dd4741087a975 (patch) | |
| tree | bef5879eb4ec10443601b951e74368ae8a129606 /src/python.hh | |
| parent | c2c21e9588c00944dfed4cfc7e48d14570444534 (diff) | |
add a Release MouseAction for python hooks
Diffstat (limited to 'src/python.hh')
| -rw-r--r-- | src/python.hh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
