1TS_CLOSE(3)                          tslib                         TS_CLOSE(3)
2
3
4

NAME

6       ts_close - close a touch screen input device
7

SYNOPSIS

9       #include <tslib.h>
10
11       int ts_close(struct tsdev *dev);
12
13
14

DESCRIPTION

16       ts_close() closes a touch screen input device opened by ts_open() , see
17       ts_open (3)
18
19

RETURN VALUE

21       Zero is returned on success. A negative value is returned in case of an
22       error.
23
24

SEE ALSO

26       ts_open(3), ts_read(3), ts_config(3), ts.conf(5)
27
28
29
30                                                                   TS_CLOSE(3)
Impressum