Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 552 → Rev 553

/shark/trunk/drivers/input/include/drivers/shark_mouse26.h
32,9 → 32,9
#endif
 
/* mouse buttons constant */
#define MOUSE_RBUTT 1
#define MOUSE_CBUTT 2
#define MOUSE_LBUTT 4
#define MOUSE_RBUTT 0x02
#define MOUSE_CBUTT 0x04
#define MOUSE_LBUTT 0x01
 
/* the mouse event struct */
typedef struct {