1TS_OPEN(3) tslib TS_OPEN(3)
23
4
NAME
6ts_open - open a touch screen input device
7
SYNOPSIS
9#include <tslib.h>
1011
struct tsdev *ts_open(const char *dev_name, int nonblock);
1213
14
DESCRIPTION
16ts_open() allocates memory for a new touch screen device, opens and
17links the given input event device to it.
1819
RETURN VALUE
21A pointer to the opened struct tsdev is returned.
2223
SEE ALSO
25ts_setup(3), ts_close(3), ts_read(3), ts_config(3), ts.conf(5)
2627
28
29
TS_OPEN(3)