summaryrefslogtreecommitdiff
path: root/XInput.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-05-02 18:19:11 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-05-02 18:19:11 +0930
commitccbe2e63123c58041a3c32ae6a21b05bd8c72b04 (patch)
tree66db614ee72526be376cb123018772eb042194eb /XInput.h
parentb12514254cb1d2b91381b59251440b22e36052fb (diff)
Add xFakeDeviceDataReq
Diffstat (limited to 'XInput.h')
-rw-r--r--XInput.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/XInput.h b/XInput.h
index c4318e3..65d95d5 100644
--- a/XInput.h
+++ b/XInput.h
@@ -1416,6 +1416,16 @@ extern Status XiSelectEvent(
Mask /* mask */
);
+extern Status XFakeDeviceData(
+ Display* /* dpy */,
+ XDevice* /* dev */,
+ int /* type */,
+ int /* buttons */,
+ int /* num_valuators */,
+ int /* first_valuator */,
+ ValuatorData* /* valuators */
+);
+
_XFUNCPROTOEND
#endif /* _XINPUT_H_ */