Subversion Repositories Kolibri OS

Rev

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

Rev 928 Rev 996
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 928 $
8
$Revision: 996 $
9
 
9
 
10
 
10
 
Line 582... Line 582...
582
    cmp  byte [btn_down], 0      ; mouse buttons pressed ?
582
    cmp  byte [btn_down], 0      ; mouse buttons pressed ?
583
    jnz   cbwaitmouseup
583
    jnz   cbwaitmouseup
584
    popad
584
    popad
Line 585... Line 585...
585
 
585
 
586
    call  negativebutton
-
 
587
    mov   [mouse_background], 0  ; no mouse background
-
 
588
    mov   [dont_draw_mouse],  0  ; draw mouse
586
    call  negativebutton
589
;..................................... start 5/5 : modified by vhanla .............................
587
;..................................... start 5/5 : modified by vhanla .............................
590
    ; check coordinates
588
    ; check coordinates
591
iglobal
589
iglobal
592
    mx dw 0x0 ; keeps the x mouse's position when it was clicked
590
    mx dw 0x0 ; keeps the x mouse's position when it was clicked