Skip to content

Event Configs

suraj inamdar edited this page Apr 18, 2020 · 1 revision

Event Configs

Event configs are defined in EventConfig.h file under general config folder. Here we defined the required event struct types and listed some general event

event_listener_t type has event and its callback function in structure. Event handler use queue of type of this event_listener_t. user can register callback function to any listed event as a listener. whenever event happens it will call the all listener callback functions assigned to it.

Clone this wiki locally