aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/evdev.h b/src/evdev.h
index 1f829f0..80756ac 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -90,6 +90,8 @@ typedef struct {
int inertia;
WheelAxis X;
WheelAxis Y;
+ Time expires; /* time of expiry */
+ Time timeout;
} emulateWheel;
unsigned char btnmap[32]; /* config-file specified button mapping */