1TS_GET_EVENTPATH(3) tslib TS_GET_EVENTPATH(3)
2
3
4
6 ts_get_eventpath - get the path to the currently opened touchscreen
7 device file
8
10 #include <tslib.h>
11
12 char *ts_get_eventpath(struct tsdev *tsdev);
13
14
15
17 ts_get_eventpath() This function returns the path to the touchscreen
18 device file that was opened with ts_open(). In case ts_setup() is used
19 instead of ts_open() directly, it is often not known to the application
20 in advance.
21
22
24 This function returns the path to the touchscreen device file that was
25 opened with ts_open(). It returns NULL in case of failure.
26
27
29 ts_setup(3), ts_read(3), ts.conf(5)
30
31
32
33 TS_GET_EVENTPATH(3)