Subversion Repositories Kolibri OS

Rev

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

Rev 6041 Rev 6050
Line 94... Line 94...
94
#define KEY_NUMLOCK    00010000000b
94
#define KEY_NUMLOCK    00010000000b
95
#define KEY_SCROLLLOCK 00100000000b
95
#define KEY_SCROLLLOCK 00100000000b
96
#define KEY_LWIN       01000000000b
96
#define KEY_LWIN       01000000000b
97
#define KEY_RWIN       10000000000b
97
#define KEY_RWIN       10000000000b
Line -... Line 98...
-
 
98
 
Line 98... Line 99...
98
 
99
dword calc(EAX) { return EAX; }
99
 
100
 
100
inline fastcall word GetKey()  //+Gluk fix
101
inline fastcall word GetKey()  //+Gluk fix
101
{
102
{