Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
input_listener Struct Reference

Input listener callback structure. More...

#include <input.h>

Data Fields

const struct devicedev
 device pointer or NULL.
 
void(* callback )(struct input_event *evt)
 The callback function.
 

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: