Moved DCX_* constants to winuser.h.
[wine/multimedia.git] / include / zmouse.h
blob0e7288b60acff2cce3ba336178bd491fc76cff1a
1 /*
2 * Scroll wheel mouse definitions
4 * Copyright (C) 2000 CodeWeavers
5 */
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)
26 #endif
28 #ifndef SPI_SETWHEELSCROLLLINES
29 #define SPI_SETWHEELSCROLLLINES 105
30 #endif
32 #endif /* __WINE_ZMOUSE_H */