Subversion Repositories Kolibri OS

Rev

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

Rev 6735 Rev 6742
Line 48... Line 48...
48
#define KEY_NUMLOCK    00010000000b
48
#define KEY_NUMLOCK    00010000000b
49
#define KEY_SCROLLLOCK 00100000000b
49
#define KEY_SCROLLLOCK 00100000000b
50
#define KEY_LWIN       01000000000b
50
#define KEY_LWIN       01000000000b
51
#define KEY_RWIN       10000000000b
51
#define KEY_RWIN       10000000000b
Line 52... Line -...
52
 
-
 
53
dword calc(EAX) { return EAX; }
-
 
54
 
52
 
55
inline fastcall word GetKey()  //+Gluk fix
53
inline fastcall word GetKey()  //+Gluk fix
56
{
54
{
57
		$push edx
55
		$push edx
58
GETKEY:
56
GETKEY: