1TS_OPEN(3)                           tslib                          TS_OPEN(3)
2
3
4

NAME

6       ts_open - open a touch screen input device
7

SYNOPSIS

9       #include <tslib.h>
10
11       struct tsdev *ts_open(const char *dev_name, int nonblock);
12
13
14

DESCRIPTION

16       ts_open()  allocates  memory  for  a new touch screen device, opens and
17       links the given input event device to it.
18
19

RETURN VALUE

21       A pointer to the opened struct tsdev is returned.
22
23

SEE ALSO

25       ts_setup(3), ts_close(3), ts_read(3), ts_config(3), ts.conf(5)
26
27
28
29                                                                    TS_OPEN(3)
Impressum