Subversion Repositories Kolibri OS

Rev

Rev 7991 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7991 Rev 8330
Line 3... Line 3...
3
 
3
 
4
//Button MOUSE
4
//Button MOUSE
5
#define MOUSE_LEFT   001b
5
#define MOUSE_LEFT   001b
6
#define MOUSE_RIGHT  010b
6
#define MOUSE_RIGHT  010b
7
#define MOUSE_LR     011b
7
#define MOUSE_LR     011b
Line 8... Line 8...
8
#define MOUSE_CENTER 100b
8
#define MOUSE_MIDDLE 100b
9
 
9
 
10
/**
10
/**
11
 *  The structure of the MOUSE
11
 *  The structure of the MOUSE