Zephyr Project API 3.7.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) |
The callback function. | |
Input callback structure.
void(* input_callback::callback) (struct input_event *evt) |
The callback function.