Main Page | Namespace List | Class Hierarchy | Data Structures | File List | Data Fields | Globals

mouse.h

Go to the documentation of this file.
00001 //--- < MOUSE.H > ---------------| ViewGraph - A Flexible Graph view Framework |
00002 //
00003 // Defines mouse structures common to all drivers.
00004 //
00005 // $Author: botik32 $
00006 // $Revision: 1.1.1.1 $
00007 // $Date: 2004/03/26 10:50:26 $
00008 //-----------------------------------------------------------------------------/
00009 
00010 #ifndef MOUSE_H
00011 #define MOUSE_H
00012 
00013 typedef enum{ BTN_NONE=0, BTN_LEFT=1, BTN_MIDDLE=2, BTN_RIGHT=3 } msbutton;
00014         
00015 
00016 #endif
00017 
00018 /// $Log: mouse.h,v $
00019 /// Revision 1.1.1.1  2004/03/26 10:50:26  botik32
00020 /// Initial release
00021 ///
00022 /// Revision 1.1.1.1  2004/03/26 08:53:33  botik
00023 /// initial import
00024 ///
00025 ///
00026 /// Revision 1.1  2003/12/16 00:17:37  botik
00027 /// initial check-in
00028 ///
00029 /// ----------------------------------------------------------------------
00030 ///

Generated on Wed Jun 23 18:47:21 2004 for cZUI by doxygen 1.3.5