Zephyr API 3.6.99
|
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.