vkulkov,
Excellent, glad it worked + I thought the scrolling was reversed too but wasn't sure if it was me as I've never had horizontal scrolling before.
To invert and fix the scrolling change the -1 on line 1601 of src/evdec.c to 1 so it should read:
SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, 1.0, SCROLL_FLAG_NONE);
Sorted it for me.
Thanks,
Phil
vkulkov,
Excellent, glad it worked + I thought the scrolling was reversed too but wasn't sure if it was me as I've never had horizontal scrolling before.
To invert and fix the scrolling change the -1 on line 1601 of src/evdec.c to 1 so it should read:
SetScrollValuat or(device, axnum, SCROLL_ TYPE_HORIZONTAL , 1.0, SCROLL_FLAG_NONE);
Sorted it for me.
Thanks,
Phil