|
version 3.34, 2001/04/16 21:08:24
|
version 3.35, 2002/10/11 01:40:31
|
|
|
|
| * | * |
| */ | */ |
| | |
| /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h,v 3.33 2001/03/04 01:37:09 tsi Exp $ */ |
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h,v 3.34 2001/04/16 21:08:24 herrb Exp $ */ |
| | |
| #ifndef _xf86Xinput_h | #ifndef _xf86Xinput_h |
| #define _xf86Xinput_h | #define _xf86Xinput_h |
|
|
|
| void xf86PostKeyEvent(DeviceIntPtr device, unsigned int key_code, int is_down, | void xf86PostKeyEvent(DeviceIntPtr device, unsigned int key_code, int is_down, |
| int is_absolute, int first_valuator, int num_valuators, | int is_absolute, int first_valuator, int num_valuators, |
| ...); | ...); |
| |
void xf86PostKeyboardEvent(DeviceIntPtr device, unsigned int key_code, |
| |
int is_down); |
| void xf86MotionHistoryAllocate(LocalDevicePtr local); | void xf86MotionHistoryAllocate(LocalDevicePtr local); |
| int xf86GetMotionEvents(DeviceIntPtr dev, xTimecoord *buff, | int xf86GetMotionEvents(DeviceIntPtr dev, xTimecoord *buff, |
| unsigned long start, unsigned long stop, | unsigned long start, unsigned long stop, |