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

Method MouseButtonCondition

src/lib/server/InputFilter.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103InputFilter::MouseButtonCondition::MouseButtonCondition(IEventQueue *events, const IPlatformScreen::ButtonInfo &info)
104 : m_button(info.m_button),
105 m_mask(info.m_mask),
106 m_events(events)
107{
108 // do nothing
109}
110
111InputFilter::MouseButtonCondition::MouseButtonCondition(IEventQueue *events, ButtonID button, KeyModifierMask mask)
112 : m_button(button),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected