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

Method handleSystemEvent

src/lib/platform/MSWindowsScreen.cpp:834–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832}
833
834void MSWindowsScreen::handleSystemEvent(const Event &event)
835{
836 MSG *msg = static_cast<MSG *>(event.getData());
837 assert(msg != nullptr);
838
839 if (onPreDispatch(msg->hwnd, msg->message, msg->wParam, msg->lParam)) {
840 return;
841 }
842 TranslateMessage(msg);
843 DispatchMessage(msg);
844}
845
846void MSWindowsScreen::updateButtons()
847{

Callers

nothing calls this directly

Calls 1

getDataMethod · 0.80

Tested by

no test coverage detected