Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
TS_CLOSE(3)			      tslib			     TS_CLOSE(3)

NAME
     ts_close - close a touch screen input device

SYNOPSIS
     #include <tslib.h>

     int ts_close(struct tsdev *dev);

DESCRIPTION
     ts_close()  closes  a  touch  screen input device opened by ts_open() , see
     ts_open (3)

RETURN VALUE
     Zero is returned on success. A negative value is returned in case of an er-
     ror.

SEE ALSO
     ts_open(3), ts_read(3), ts_config(3), ts.conf(5)

								     TS_CLOSE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ts_close&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help