summaryrefslogtreecommitdiff
path: root/include/inpututils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inpututils.h')
-rw-r--r--include/inpututils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inpututils.h b/include/inpututils.h
index 5f9dfecc3..96ad6df4d 100644
--- a/include/inpututils.h
+++ b/include/inpututils.h
@@ -40,6 +40,8 @@ struct _ValuatorMask {
extern void verify_internal_event(const InternalEvent *ev);
extern void init_device_event(DeviceEvent *event, DeviceIntPtr dev, Time ms);
+extern int event_get_corestate(DeviceIntPtr mouse, DeviceIntPtr kbd);
+extern void event_set_state(DeviceIntPtr mouse, DeviceIntPtr kbd, DeviceEvent *event);
FP3232 double_to_fp3232(double in);
FP1616 double_to_fp1616(double in);