Subversion Repositories Kolibri OS

Rev

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

Rev 5421 Rev 5465
Line 30... Line 30...
30
//Button options
30
//Button options
31
#define BT_DEL      0x80000000
31
#define BT_DEL      0x80000000
32
#define BT_HIDE     0x40000000
32
#define BT_HIDE     0x40000000
33
#define BT_NOFRAME  0x20000000
33
#define BT_NOFRAME  0x20000000
Line -... Line 34...
-
 
34
 
-
 
35
//ASCII KEYS
-
 
36
#define ASCII_KEY_BS    008
-
 
37
#define ASCII_KEY_TAB   009
-
 
38
#define ASCII_KEY_ENTER 013
-
 
39
#define ASCII_KEY_ESC   027
-
 
40
#define ASCII_KEY_DEL   182
-
 
41
#define ASCII_KEY_INS   185
-
 
42
#define ASCII_KEY_SPACE 032
-
 
43
 
-
 
44
#define ASCII_KEY_LEFT  176
-
 
45
#define ASCII_KEY_RIGHT 179
-
 
46
#define ASCII_KEY_DOWN  177
-
 
47
#define ASCII_KEY_UP    178
-
 
48
#define ASCII_KEY_HOME  180
-
 
49
#define ASCII_KEY_END   181
-
 
50
#define ASCII_KEY_PGDN  183
-
 
51
#define ASCII_KEY_PGUP  184
-
 
52
 
34
 
53
 
Line 35... Line 54...
35
//-------------------------------------------------------------------------
54
//-------------------------------------------------------------------------
36
 
55
 
37
struct mouse
56
struct mouse