forked from KolibriOS/kolibrios
Bugfix for sysfn 18,19,4 (set mouse pos)
git-svn-id: svn://kolibrios.org@4381 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
cf59000c24
commit
d38c7a0ff0
@ -2586,6 +2586,7 @@ sysfn_mouse_acceleration: ; 18.19 = set/get mouse features
|
||||
cmp dx, word[Screen_Max_X]
|
||||
ja .end
|
||||
mov [MOUSE_X], edx
|
||||
mov [mouse_active], 1
|
||||
call wakeup_osloop
|
||||
ret
|
||||
.set_mouse_button:
|
||||
|
Loading…
Reference in New Issue
Block a user