mtouch_driver_params
QNX SDP8.0Input Events Library ReferenceAPIDeveloperProgramming
Touch driver parameters
Synopsis:
#include <input/>
typedef struct mtouch_driver_params {
uint32_t capabilities;
uint32_t flags;
uint8_t max_touchpoints;
uint32_t width;
uint32_t height;
} mtouch_driver_params_t;Data:
- uint32_t capabilities
- The capabilities supported by the driver.
- uint32_t flags
- Device flags.
- uint8_t max_touchpoints
- The maximum number of touchpoints supported by the driver.
- uint32_t width
- The width, in touch units, of the touch area.
- uint32_t height
- The height, in touch units, of the touch area.
Library:
libinputeventsPage updated:
