|
NAMEts_open - open a touch screen input deviceSYNOPSIS#include <tslib.h> struct tsdev *ts_open(const char *dev_name, int nonblock); DESCRIPTIONts_open() allocates memory for a new touch screen device, opens and links the given input event device to it.RETURN VALUEA pointer to the opened struct tsdev is returned.SEE ALSOts_setup(3), ts_close(3), ts_read(3), ts_config(3), ts.conf(5) Visit the GSP FreeBSD Man Page Interface. |