logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ts_close - close a touch screen input device

Description

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

Name

       ts_close - close a touch screen input device

Return Value

       Zero is returned on success. A negative value is returned in case of an error.

See Also

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

                                                                                                     TS_CLOSE(3)

Synopsis

#include<tslib.h>intts_close(structtsdev*dev);

See Also