From e6f2ea1f40f8835b1bb38146e63bf6ab3555b08d Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 27 Jul 1998 16:59:22 +0000 Subject: [PATCH] define a z axis for pointing devices which support this --- sys/dev/wscons/wsconsio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index 7f37990b1b93..3aceaac101c8 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $NetBSD: wsconsio.h,v 1.5 1998/07/21 09:17:33 drochner Exp $ */ +/* $NetBSD: wsconsio.h,v 1.6 1998/07/27 16:59:22 drochner Exp $ */ /* * Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -67,6 +67,7 @@ struct wscons_event { #define WSCONS_EVENT_MOUSE_DELTA_Y 7 /* Y delta amount */ #define WSCONS_EVENT_MOUSE_ABSOLUTE_X 8 /* X location */ #define WSCONS_EVENT_MOUSE_ABSOLUTE_Y 9 /* Y location */ +#define WSCONS_EVENT_MOUSE_DELTA_Z 10 /* Z delta amount */ /*