MCPcopy Create free account
hub / github.com/deskflow/deskflow / addEvent

Method addEvent

src/lib/platform/MSWindowsEventQueueBuffer.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool MSWindowsEventQueueBuffer::addEvent(uint32_t dataID)
92{
93 return (PostThreadMessage(m_thread, m_userEvent, static_cast<WPARAM>(dataID), 0) != 0);
94}
95
96bool MSWindowsEventQueueBuffer::isEmpty() const
97{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected