1TS_CLOSE(3) tslib TS_CLOSE(3)
23
4
NAME
6ts_close - close a touch screen input device
7
SYNOPSIS
9#include <tslib.h>
1011
int ts_close(struct tsdev *dev);
1213
14
DESCRIPTION
16ts_close() closes a touch screen input device opened by ts_open() , see
17ts_open (3)
1819
RETURN VALUE
21Zero is returned on success. A negative value is returned in case of an
22error.
2324
SEE ALSO
26ts_open(3), ts_read(3), ts_config(3), ts.conf(5)
2728
29
30
TS_CLOSE(3)