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

Method formatName

src/lib/server/InputFilter.cpp:490–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490const char *InputFilter::KeystrokeAction::formatName() const
491{
492 return (m_press ? "keyDown" : "keyUp");
493}
494
495InputFilter::MouseButtonAction::MouseButtonAction(
496 IEventQueue *events, const IPlatformScreen::ButtonInfo &info, bool press

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected