X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fpl_gun_ts.h;h=4e3d195f890f64714c3206996585eff788cbcc91;hp=c68272a4fe20a79a27bac31782c87785f14b7127;hb=c82f907a99f7d0d3071471489d247f4b4394a8b7;hpb=4c08b9e7dd350a48fc3e0515913d6ccc8b15e5ae diff --git a/frontend/pl_gun_ts.h b/frontend/pl_gun_ts.h index c68272a4..4e3d195f 100644 --- a/frontend/pl_gun_ts.h +++ b/frontend/pl_gun_ts.h @@ -6,9 +6,13 @@ 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 #define pl_gun_ts_update(...) do {} while (0) +#define pl_set_gun_rect(...) do {} while (0) #endif