summaryrefslogtreecommitdiff
path: root/XInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'XInput.h')
-rw-r--r--XInput.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/XInput.h b/XInput.h
index 2f1fffb..8067238 100644
--- a/XInput.h
+++ b/XInput.h
@@ -664,8 +664,22 @@ typedef struct {
int max_x;
int min_y;
int max_y;
+ int flip_x;
+ int flip_y;
+ int rotation;
int button_threshold;
-} XDeviceTSControl, XDeviceTSState;
+} XDeviceAbsCalibControl, XDeviceAbsCalibState;
+
+typedef struct {
+ XID control;
+ int length;
+ int offset_x;
+ int offset_y;
+ int width;
+ int height;
+ int screen;
+ XID following;
+} XDeviceAbsAreaControl, XDeviceAbsAreaState;
typedef struct {
XID control;