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

Method MouseButtonAction

src/lib/server/InputFilter.cpp:495–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495InputFilter::MouseButtonAction::MouseButtonAction(
496 IEventQueue *events, const IPlatformScreen::ButtonInfo &info, bool press
497)
498 : m_buttonInfo(info),
499 m_press(press),
500 m_events(events)
501{
502 // do nothing
503}
504
505const IPlatformScreen::ButtonInfo &InputFilter::MouseButtonAction::getInfo() const
506{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected