Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TS_PRINT_MT(1)			     tslib			TS_PRINT_MT(1)

NAME
       ts_print_mt - A very basic multitouch test routine for tslib.

SYNOPSIS
       ts_print_mt [OPTION]

DESCRIPTION
       ts_print_mt simply reads	tslib multitouch input samples and prints them
       to the console.

       -i, --idev

	   Explicitly choose the original input	event device for tslib to use.
	   Default: the	environment variable TSLIB_TSDEVICE's value.

       -r, --raw

	   Don't  use  the  filters.  This  uses  ts_read_raw_mt()  instead of
	   ts_read_mt(). This replaces the ts_print_raw_mt program.

       -n, --non-blocking

	   Opens the input device in non-blocking mode and indefinitely	prints
	   the error codes while no samples are	received.

       -s, --samples

	   Number of samples tslib should read before returning.

       -j, --slots

	   Override the	number of concurrent touch contacts to allocate.

       -h, --help
	   Print usage help and	exit.

SEE ALSO
       ts.conf (5), ts_test (1), ts_test_mt (1), ts_calibrate (1)

								TS_PRINT_MT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ts_print_mt&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help