Lines Matching full:wheel
93 * To map scroll wheel correctly we need at least the 3 normal buttons in winMouseProc()
99 * number of buttons + 4 x mouse wheel event + 1 extra (offset for map) in winMouseProc()
146 /* Handle the mouse wheel */
170 * Only process this message if the wheel has moved further than in winMouseWheel()
176 /* Figure out how many whole deltas of the wheel we have */ in winMouseWheel()
181 * Wheel has not moved past WHEEL_DELTA threshold; in winMouseWheel()
182 * we will store the wheel delta until the threshold in winMouseWheel()
189 /* Set the button to indicate up or down wheel delta */ in winMouseWheel()
206 /* Generate X input messages for each wheel delta we have seen */ in winMouseWheel()
208 /* Push the wheel button */ in winMouseWheel()
211 /* Release the wheel button */ in winMouseWheel()