__CFBDInputEventContext¶
#include <input.h>
Public Attributes¶
| Name | |
|---|---|
| CFBDInputEventContextOperations * | ops |
| CFBDEventInputHandler[INPUT_MAX_HANDLER_CNT] | handlers |
| uint8_t | handler_count |
| CFBDInputEvent[INPUT_EVENT_QUEUE_SIZE] | queue |
| volatile uint8_t | head |
| volatile uint8_t | tail |
| CFBD_Bool | stop_propergate_if_failed |
Public Attributes Documentation¶
variable ops¶
variable handlers¶
variable handler_count¶
variable queue¶
variable head¶
variable tail¶
variable stop_propergate_if_failed¶
Updated on 2026-02-03 at 13:21:55 +0000