Subversion Repositories Kolibri OS

Rev

Rev 6167 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6167 Rev 7984
Line 76... Line 76...
76
inline fastcall dword WaitEvent(){
76
inline fastcall dword WaitEvent(){
77
 EAX = 10;
77
 EAX = 10;
78
 $int 0x40
78
 $int 0x40
79
}
79
}
Line 80... Line 80...
80
 
80
 
81
int GetKeyScancode()
81
inline fastcall int GetKeyScancode()
82
{
82
{
83
	$mov  eax,2
83
	$mov  eax,2
84
	$int  0x40
84
	$int  0x40
85
	$shr  eax,16
85
	$shr  eax,16
Line 175... Line 175...
175
	EAX = 67;
175
	EAX = 67;
176
	$int 0x40
176
	$int 0x40
177
}
177
}
Line 178... Line 178...
178
 
178
 
179
 
179
 
180
inline fastcall dword GetSkinWidth()
180
inline fastcall dword GetSkinHeight()
181
{
181
{
182
	$push ebx
182
	$push ebx
183
	$mov  eax, 48
183
	$mov  eax, 48