aboutsummaryrefslogtreecommitdiff
path: root/frontend/pl_gun_ts.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pl_gun_ts.h')
-rw-r--r--frontend/pl_gun_ts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/pl_gun_ts.h b/frontend/pl_gun_ts.h
index c68272a..4e15f00 100644
--- a/frontend/pl_gun_ts.h
+++ b/frontend/pl_gun_ts.h
@@ -6,6 +6,9 @@ struct tsdev *pl_gun_ts_init(void);
void pl_gun_ts_update(struct tsdev *ts, int *x, int *y, int *in);
void pl_set_gun_rect(int x, int y, int w, int h);
+int pl_gun_ts_update_raw(struct tsdev *ts, int *x, int *y, int *p);
+int pl_gun_ts_get_fd(struct tsdev *ts);
+
#else
#define pl_gun_ts_init() NULL