Zephyr Project API  3.4.0
A Scalable Open Source RTOS
input_listener Struct Reference

Input listener callback structure. More...

#include <input.h>

Data Fields

const struct devicedev
 
void(* callback )(struct input_event *evt)
 

Detailed Description

Input listener callback structure.

Field Documentation

◆ callback

void(* input_listener::callback) (struct input_event *evt)

The callback function.

◆ dev

const struct device* input_listener::dev

device pointer or NULL.


The documentation for this struct was generated from the following file: