Touch dev registry entry. More...
Touch dev registry entry.
Definition at line 123 of file touch_dev.h.
#include <touch_dev.h>
Data Fields | |
struct touch_dev_reg * | next |
pointer to the next touch device in the list | |
touch_dev_t * | dev |
pointer to the device descriptor | |
uint8_t | screen_id |
id of the screen this touch device is attached to | |
touch_dev_t* touch_dev_reg::dev |
pointer to the device descriptor
Definition at line 125 of file touch_dev.h.
struct touch_dev_reg* touch_dev_reg::next |
pointer to the next touch device in the list
Definition at line 124 of file touch_dev.h.
uint8_t touch_dev_reg::screen_id |
id of the screen this touch device is attached to
Definition at line 126 of file touch_dev.h.