ChannelEventInfo¶
struct ChannelEventInfo
The event info passed to the channel event listener.
Variables¶
Name | Description |
---|---|
m_source | The event source. |
m_userData | Additional user data passed to the event listener. |
Functions¶
Name | Description |
---|---|
ChannelEventInfo | Constructor. |
Variable Details¶
m_source¶
ChannelInternalState* m_source
The event source.
m_userData¶
void* m_userData
Additional user data passed to the event listener.
Function Details¶
ChannelEventInfo¶
explicit ChannelEventInfo(ChannelInternalState* source)
Constructor.
- Parameter
source
- The source of the event.
Warning
This constructor is for internal usage only.