Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
input_callback Struct Reference

Input 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 callback structure.

Field Documentation

◆ callback

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

The callback function.

◆ dev

const struct device* input_callback::dev

device pointer or NULL.


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