On 30/03/2015 at 17:35, xxxxxxxx wrote:
I've sifting through the mouse messages with:
def Message(self, msg, result) :
for each in msg:
if each[0] == 1768452963:
print 'mouse wheel: ', result
This detects mouse wheel messages fine, but I can't find any data to indicate the direction the mouse wheel is scrolling (turning).
How do you do that?
Thanks,
Chris