libxr 1.0
Want to be the best embedded framework
|
用于存储事件回调的数据结构。 Data structure for storing event callbacks. More...
Data Fields | |
uint32_t | event |
与该回调关联的事件 ID。 Event ID associated with this callback. | |
Callback< uint32_t > | cb |
关联该事件的回调函数。 Callback function associated with this event. | |
用于存储事件回调的数据结构。 Data structure for storing event callbacks.
uint32_t LibXR::Event::Block::event |