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

Method KeystrokeCondition

src/lib/server/InputFilter.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34InputFilter::KeystrokeCondition::KeystrokeCondition(IEventQueue *events, IPlatformScreen::KeyInfo *info)
35 : m_key(info->m_key),
36 m_mask(info->m_mask),
37 m_events(events)
38{
39 free(info);
40}
41
42InputFilter::KeystrokeCondition::KeystrokeCondition(IEventQueue *events, KeyID key, KeyModifierMask mask)
43 : m_key(key),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected