|
NAMEts_close - close a touch screen input deviceSYNOPSIS#include <tslib.h> int ts_close(struct tsdev *dev); DESCRIPTIONts_close() closes a touch screen input device opened by ts_open() , see ts_open (3)RETURN VALUEZero is returned on success. A negative value is returned in case of an error.SEE ALSOts_open(3), ts_read(3), ts_config(3), ts.conf(5) Visit the GSP FreeBSD Man Page Interface. |