pub type FuriEventLoopEvent = c_uint;Expand description
Enumeration of event types, flags and masks.
Only one event direction (In or Out) can be used per subscription. An object can have no more than one subscription for each direction.
Additional flags that modify the behaviour can be set using the bitwise OR operation (see flag description).