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_open - open a touch screen input device

Description

ts_open() allocates memory for a new touch screen device, opens and links the given input event device to
       it.

Name

       ts_open - open a touch screen input device

Return Value

       A pointer to the opened structtsdev is returned.

See Also

ts_setup(3), ts_close(3), ts_read(3), ts_config(3), ts.conf(5)

                                                                                                      TS_OPEN(3)

Synopsis

#include<tslib.h>structtsdev*ts_open(constchar*dev_name,intnonblock);

See Also