I know how to use the mouse (the setup and recieving data) using interupt 33. However, you can only get the absolute position of the mouse (like x=0-319, y=0-199). I need to get how far the mouse has moved since the last update (delta x and delta y). Do you know how to do this?
PS: The program is made for mode 13, if it matters. Check my signature for the compiler![]()



LinkBack URL
About LinkBacks




. Isn't this how mice works? They only send the data how far it has moved relative to the last time. It's up to the mouse handler to calculate where on the screen the mouse pointer is.