mtouch_test_init()

Updated: April 19, 2023

Initialize test driver interface

Synopsis:

#include <input/mtouch_driver.h>
void* mtouch_test_init(void)

Library:

libinputevents

Description:

This function initializes the test driver with defaults and prepares the test driver interface for running individual test functions.

Returns:

A handle to the device driver. This handle is passed as an argument into each of the other test functions.