Need precise wheel delta values for my C# program
How can I get precise mouse wheel deltas in events in a C# program I'm developing? Currently I only get deltas as multiples of 120. I can get proper deltas of 1 or -1 if I name my program firefox.exe or I if firefox.exe has focus in the foreground, but this is hardly a workaround.
1
vote
Anonymous
shared this idea