const touch_dev_driver_t * driver
Pointer to driver of the touch device.
uint16_t touch_dev_height(const touch_dev_t *dev)
Get the height of the touch device.
uint8_t(* touches)(const touch_dev_t *dev, touch_t *touches, size_t len)
Get the current touches on the touch device.
Generic type for a touch device.
Generic type for a touch driver.
uint16_t touch_dev_width(const touch_dev_t *dev)
Get the width of the touch device.
uint8_t touch_dev_touches(const touch_dev_t *dev, touch_t *touches, size_t len)
Get the current touches on the touch device.