/****************************************************************************
AGI Mouse 1.0 defines 
****************************************************************************/ 
#define mouse_button v27 // The mouse button pressed 
#define mouse_x      v28 // Pixels from the left of the screen 
#define mouse_y      v29 // Pixels from the top of the screen 

#define mb_up        0   // Mouse button is up (not pressed) 
#define Mb_left      1   // Left mouse button 
#define Mb_right     2   // Right mouse button 
#define Mb_middle    3   // Middle mouse button 
/**************************************************************************** 
End of AGI Mouse 1.0 defines -- Brian Provinciano 
****************************************************************************/
