add definition for pointing device's absolute z coordinates

This commit is contained in:
drochner 1998-07-27 18:17:08 +00:00
parent 9893c253ce
commit 1e737a4010

View File

@ -1,4 +1,4 @@
/* $NetBSD: wsconsio.h,v 1.6 1998/07/27 16:59:22 drochner Exp $ */
/* $NetBSD: wsconsio.h,v 1.7 1998/07/27 18:17:08 drochner Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@ -68,6 +68,7 @@ struct wscons_event {
#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 */
#define WSCONS_EVENT_MOUSE_ABSOLUTE_Z 11 /* Z location */
/*