oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.32k stars 271 forks source link

Getting absolute mouse positions #173

Open DMI-1407 opened 10 months ago

DMI-1407 commented 10 months ago

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)