mtouch_test_init()

Initialize test driver interface.

Synopsis:

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

Arguments:

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.