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

Method KeystrokeAction

src/lib/server/InputFilter.cpp:423–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423InputFilter::KeystrokeAction::KeystrokeAction(IEventQueue *events, IPlatformScreen::KeyInfo *info, bool press)
424 : m_keyInfo(info),
425 m_press(press),
426 m_events(events)
427{
428 // do nothing
429}
430
431InputFilter::KeystrokeAction::~KeystrokeAction()
432{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected