Subversion Repositories Kolibri OS

Rev

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

Rev 255 Rev 485
Line 295... Line 295...
295
;-----------------------------------------------
295
;-----------------------------------------------
296
GetMouseCoordinats:
296
GetMouseCoordinats:
Line 297... Line 297...
297
 
297
 
298
	mov eax,37
298
	mov eax,37
299
	mov ebx,1
299
	mov ebx,1
Line 300... Line 300...
300
	int 0x40
300
	mcall
301
 
301
 
302
	mov ebx,eax
302
	mov ebx,eax
Line 311... Line 311...
311
;-------get mouse attributs----------------------
311
;-------get mouse attributs----------------------
312
;------------------------------------------------
312
;------------------------------------------------
313
GetMouseClick:
313
GetMouseClick:
314
	 mov eax,37
314
	 mov eax,37
315
	 mov ebx,2
315
	 mov ebx,2
316
	 int 0x40
316
	 mcall
Line 317... Line 317...
317
 
317
 
318
	 ret
318
	 ret