| 89 | } |
| 90 | |
| 91 | bool MSWindowsEventQueueBuffer::addEvent(uint32_t dataID) |
| 92 | { |
| 93 | return (PostThreadMessage(m_thread, m_userEvent, static_cast<WPARAM>(dataID), 0) != 0); |
| 94 | } |
| 95 | |
| 96 | bool MSWindowsEventQueueBuffer::isEmpty() const |
| 97 | { |
nothing calls this directly
no outgoing calls
no test coverage detected