diff options
author | pixel <pixel> | 2004-12-27 18:47:24 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-12-27 18:47:24 +0000 |
commit | 96cb561e561cdbb1b4d1ec547c89d0891862fed0 (patch) | |
tree | 7ff77e28a5d1f721e58219765b1415b7c9ad4781 /include | |
parent | f9969775e6d2f798a3bfea5c58fc5478dad07eae (diff) |
Adding 2nd and 3rd buttons
Diffstat (limited to 'include')
-rw-r--r-- | include/widgets.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/widgets.h b/include/widgets.h index 6469ea7..2bf2300 100644 --- a/include/widgets.h +++ b/include/widgets.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: widgets.h,v 1.8 2004-11-27 21:48:01 pixel Exp $ */ +/* $Id: widgets.h,v 1.9 2004-12-27 18:47:24 pixel Exp $ */ #ifndef __WIDGETS_H__ #define __WIDGETS_H__ @@ -37,7 +37,11 @@ namespace mogltk { E_MOUSE_MOVE, E_MOUSE_OUT, E_MOUSE_DOWN, + E_MOUSE_RIGHT_DOWN, + E_MOUSE_MIDDLE_DOWN, E_MOUSE_UP, + E_MOUSE_RIGHT_UP, + E_MOUSE_MIDDLE_UP, E_MOUSE_CLICK, E_MOUSE_OUT_CLICK, E_MOUSE_DBL_CLICK, |