2 * Include file for the NewMouse standard way of handling wheeled mice.
4 * Copyright (c) 1999 by Alessandro Zumo. All Rights Reserved.
10 #ifndef IECLASS_NEWMOUSE
11 #define IECLASS_NEWMOUSE (0x16) /* IECLASS_MAX + 1 as of V40 */
14 /* These are issued both under IECLASS_NEWMOUSE and IECLASS_RAWKEY */
15 /* by the NewMouse driver */
18 #define NM_WHEEL_UP (0x7A)
22 #define NM_WHEEL_DOWN (0x7B)
26 #define NM_WHEEL_LEFT (0x7C)
29 #ifndef NM_WHEEL_RIGHT
30 #define NM_WHEEL_RIGHT (0x7D)
33 #ifndef NM_BUTTON_FOURTH
34 #define NM_BUTTON_FOURTH (0x7E)
37 #endif /* NEWMOUSE_H */