1
Window / MouseWheel Delta Value
« on: January 15, 2010, 11:51:59 am »Quote from: "Laurent"
The MSDN clearly states that the delta value given by the OS is a multiple of 120, that's why I divide by this value, so that one wheel step == 1 and not 120.
It actually says 'The high-order word indicates the distance the wheel is rotated, expressed in multiples or divisions of WHEEL_DELTA, which is 120', so we miss any events that are divisions of 120...