1TS_FD(3) tslib TS_FD(3)
23
4
NAME
6ts_fd - get the file descriptor to a touchscreen device
7
SYNOPSIS
9#include <tslib.h>
1011
int ts_fd(struct tsdev *);
1213
14
DESCRIPTION
16ts_fd() gets an open touchscreen device' file descriptor.
1718
RETURN VALUE
20The file descriptor value is returned. struct tsdev is returned.
2122
SEE ALSO
24ts_setup(3), ts_close(3), ts_read(3), ts.conf(5)
2526
27
28
TS_FD(3)