Subversion Repositories Kolibri OS

Rev

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

Rev 7508 Rev 7959
Line 238... Line 238...
238
	stdcall tl_cur_perv, edi
238
	stdcall tl_cur_perv, edi
239
	loop @r
239
	loop @r
240
;------------------------------------------------
240
;------------------------------------------------
241
.mouse_next:
241
.mouse_next:
Line 242... Line 242...
242
 
242
 
-
 
243
		mcall SF_MOUSE_GET,SSF_BUTTON_EXT
-
 
244
		test eax,$01000000
-
 
245
		jz @f
-
 
246
		call tl_on_press
-
 
247
		ret
243
		mcall SF_MOUSE_GET,SSF_BUTTON
248
@@:	
244
		bt eax,0 ;left mouse button press
249
		bt eax,0 ;left mouse button press
245
pop ebx eax
250
pop ebx eax
Line 246... Line 251...
246
		jae .no_draw
251
		jae .no_draw