2 * Include file for the NewMouse standard way of handling wheeled mice.
4 * Copyright (c) 1999 by Alessandro Zummo <azummo@ita.flashnet.it> . All Rights Reserved.
10 #if !defined(__MORPHOS__)
12 #define NEWMOUSE_VERSION 1
14 #ifndef IECLASS_NEWMOUSE
15 #define IECLASS_NEWMOUSE (0x16) /* IECLASS_MAX + 1 as of V40 */
18 /* These are issued both under IECLASS_NEWMOUSE and IECLASS_RAWKEY */
19 /* by the NewMouse driver */
21 #define NM_WHEEL_UP (0x7A)
22 #define NM_WHEEL_DOWN (0x7B)
23 #define NM_WHEEL_LEFT (0x7C)
24 #define NM_WHEEL_RIGHT (0x7D)
26 #define NM_BUTTON_FOURTH (0x7E)
28 #endif /* __MORPHOS__ */
30 #endif /* NEWMOUSE_H */