2 * Scroll wheel mouse definitions
4 * Copyright (C) 2000 CodeWeavers
7 #ifndef __WINE_ZMOUSE_H
8 #define __WINE_ZMOUSE_H
10 #define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG"
12 #define MOUSEZ_CLASSNAME "MouseZ"
13 #define MOUSEZ_TITLE "Magellan MSWHEEL"
15 #define MSH_WHEELMODULE_CLASS (MOUSEZ_CLASSNAME)
16 #define MSH_WHEELMODULE_TITLE (MOUSEZ_TITLE)
18 #define MSH_WHEELSUPPORT "MSH_WHEELSUPPORT_MSG"
20 #define MSH_SCROLL_LINES "MSH_SCROLL_LINES_MSG"
22 #define WHEEL_DELTA 120
24 #ifndef WHEEL_PAGESCROLL
25 #define WHEEL_PAGESCROLL (UINT_MAX)
28 #ifndef SPI_SETWHEELSCROLLLINES
29 #define SPI_SETWHEELSCROLLLINES 105
32 #endif /* __WINE_ZMOUSE_H */