2 zmouse.h - Header for IntelliMouse.
4 This file is part of a free library for the Win32 API.
6 This library is distributed in the hope that it will be useful,
7 but WITHOUT ANY WARRANTY; without even the implied warranty of
8 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 FIXME: This file is obviously horribly incomplete!
17 #pragma GCC system_header
21 # define WM_MOUSEWHEEL (WM_MOUSELAST + 1)
25 # define WHEEL_DELTA 120
28 #ifndef WHEEL_PAGESCROLL
29 # define WHEEL_PAGESCROLL UINT_MAX
32 #ifndef SPI_SETWHEELSCROLLLINES
33 # define SPI_SETWHEELSCROLLLINES 105
36 #endif /* _ZMOUSE_H */