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

Method handleKeyUpEvent

src/lib/server/Server.cpp:1225–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1223}
1224
1225void Server::handleKeyUpEvent(const Event &event)
1226{
1227 auto *info = static_cast<IPlatformScreen::KeyInfo *>(event.getData());
1228 onKeyUp(info->m_key, info->m_mask, info->m_button, info->m_screens.c_str());
1229}
1230
1231void Server::handleKeyRepeatEvent(const Event &event)
1232{

Callers

nothing calls this directly

Calls 1

getDataMethod · 0.80

Tested by

no test coverage detected