Subversion Repositories Kolibri OS

Rev

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

Rev 4311 Rev 4381
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 4311 $
74
$Revision: 4381 $
Line 2584... Line 2584...
2584
        ja      .end
2584
        ja      .end
2585
        rol     edx, 16
2585
        rol     edx, 16
2586
        cmp     dx, word[Screen_Max_X]
2586
        cmp     dx, word[Screen_Max_X]
2587
        ja      .end
2587
        ja      .end
2588
        mov     [MOUSE_X], edx
2588
        mov     [MOUSE_X], edx
-
 
2589
        mov     [mouse_active], 1
2589
        call    wakeup_osloop
2590
        call    wakeup_osloop
2590
        ret
2591
        ret
2591
 .set_mouse_button:
2592
 .set_mouse_button:
2592
;     cmp   ecx,5  ; set mouse button features
2593
;     cmp   ecx,5  ; set mouse button features
2593
        dec     ecx
2594
        dec     ecx