ts_get_eventpath - Man Page
get the path to the currently opened touchscreen device file
Synopsis
#include <tslib.h> char *ts_get_eventpath(struct tsdev *tsdev);
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.
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
Info
tslib