mtouch_driver_detach()
QNX SDP8.0Input Events Library ReferenceAPIDeveloperProgramming
Detach driver from the Input Events framework
Synopsis:
#include <input/mtouch_driver.h>
void mtouch_driver_detach(struct mtouch_device *device)
Arguments:
- device
- Handle to the touch device.
Library:
libinputeventsDescription:
This function disconnects the specified driver from the Input Events framework. Any memory allocated by the framework to support this driver will be freed. This function must be called in addition to any device cleanup.
Returns:
Nothing.
Page updated: