temporarily disabled until I find a real fix

This commit is contained in:
theoddone33
2001-09-24 03:34:09 +00:00
parent 31d2bbe352
commit 387c64ea6e

View File

@@ -1137,36 +1137,36 @@ NEWSYM Get_MouseData ; Returns both pressed and coordinates
ret ret
NEWSYM Set_MouseXMax ; Sets the X boundaries (ecx = left, edx = right) NEWSYM Set_MouseXMax ; Sets the X boundaries (ecx = left, edx = right)
pushad ;pushad
push ecx ;push ecx
call SetMouseMinX ;call SetMouseMinX
pop ecx ;pop ecx
push edx ;push edx
call SetMouseMaxX ;call SetMouseMaxX
pop edx ;pop edx
popad ;popad
ret ret
NEWSYM Set_MouseYMax ; Sets the Y boundaries (ecx = left, edx = right) NEWSYM Set_MouseYMax ; Sets the Y boundaries (ecx = left, edx = right)
pushad ;pushad
push ecx ;push ecx
call SetMouseMinY ;call SetMouseMinY
pop ecx ;pop ecx
push edx ;push edx
call SetMouseMaxY ;call SetMouseMaxY
pop edx ;pop edx
popad ;popad
ret ret
NEWSYM Set_MousePosition ; Sets Mouse Position (x:cx,y:dx) NEWSYM Set_MousePosition ; Sets Mouse Position (x:cx,y:dx)
pushad ;pushad
push ecx ;push ecx
call SetMouseX ;call SetMouse
pop ecx ;pop ecx
push edx ;push edx
call SetMouseY ;call SetMouseY
pop edx ;pop edx
popad ;popad
ret ret
NEWSYM Get_MousePositionDisplacement NEWSYM Get_MousePositionDisplacement