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

Method handleButtonDownEvent

src/lib/server/Server.cpp:1238–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236}
1237
1238void Server::handleButtonDownEvent(const Event &event)
1239{
1240 const auto *info = static_cast<IPlatformScreen::ButtonInfo *>(event.getData());
1241 onMouseDown(info->m_button);
1242}
1243
1244void Server::handleButtonUpEvent(const Event &event)
1245{

Callers

nothing calls this directly

Calls 1

getDataMethod · 0.80

Tested by

no test coverage detected