Make dinput a properly separated dll.
[wine] / include / zmouse.h
1 /*
2  * Scroll wheel mouse definitions
3  *
4  * Copyright (C) 2000 CodeWeavers
5  */
6
7 #ifndef __WINE_ZMOUSE_H
8 #define __WINE_ZMOUSE_H
9
10 #define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG"
11
12 #define MOUSEZ_CLASSNAME  "MouseZ"
13 #define MOUSEZ_TITLE      "Magellan MSWHEEL"
14
15 #define MSH_WHEELMODULE_CLASS (MOUSEZ_CLASSNAME)
16 #define MSH_WHEELMODULE_TITLE (MOUSEZ_TITLE)
17
18 #define MSH_WHEELSUPPORT "MSH_WHEELSUPPORT_MSG"
19
20 #define MSH_SCROLL_LINES "MSH_SCROLL_LINES_MSG"
21
22 #define WHEEL_DELTA      120
23
24 #ifndef WHEEL_PAGESCROLL
25 #define WHEEL_PAGESCROLL  (UINT_MAX)
26 #endif
27
28 #ifndef SPI_SETWHEELSCROLLLINES
29 #define SPI_SETWHEELSCROLLLINES   105
30 #endif
31
32 #endif  /* __WINE_ZMOUSE_H */