You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im a little bit confused by how to configure the interception driver so that it returns absolute mouse positioning instead of relative positioning to my application?
I always ended up using a second library to read the mouse position, can somebody provide an example or did i misunderstood that completely and the absolute positioning is only for writing?
(with absolute mouse position i mean these 2 byte values in range from 0 to 65535 you get for X and Y Axis, what i get is - or + up to 14 of the current position which is not what i want)
The text was updated successfully, but these errors were encountered:
Im a little bit confused by how to configure the interception driver so that it returns absolute mouse positioning instead of relative positioning to my application?
I always ended up using a second library to read the mouse position, can somebody provide an example or did i misunderstood that completely and the absolute positioning is only for writing?
(with absolute mouse position i mean these 2 byte values in range from 0 to 65535 you get for X and Y Axis, what i get is - or + up to 14 of the current position which is not what i want)
The text was updated successfully, but these errors were encountered: