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_get_eventpath - get the path to the currently opened touchscreen device file

Description

ts_get_eventpath()  This  function  returns  the path to the touchscreen device file that was opened with
       ts_open().  In case ts_setup() is used instead of ts_open() directly,  it  is  often  not  known  to  the
       application in advance.

Name

       ts_get_eventpath - get the path to the currently opened touchscreen device file

Return Value

       This  function returns the path to the touchscreen device file that was opened with ts_open(). It returns
       NULL in case of failure.

See Also

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

                                                                                             TS_GET_EVENTPATH(3)

Synopsis

#include<tslib.h>char*ts_get_eventpath(structtsdev*tsdev);

See Also