ts_close
close a touch screen input device
- Provided by: libts0t64 (Version: 1.22-1.1build1)
- Source: tslib
- Report a bug
close a touch screen input device
#include <tslib.h> int ts_close(struct tsdev *dev);
ts_close() closes a touch screen input device opened by ts_open() , see ts_open (3)
Zero is returned on success. A negative value is returned in case of an error.