|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Input callback structure. More...
#include <input.h>
Data Fields | |
| const struct device * | dev |
| device pointer or NULL. | |
| void(* | callback )(struct input_event *evt, void *user_data) |
| The callback function. | |
| void * | user_data |
| User data pointer. | |
Input callback structure.
| void(* input_callback::callback) (struct input_event *evt, void *user_data) |
The callback function.
| void* input_callback::user_data |
User data pointer.