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

Method getSecureInputApp

src/lib/platform/EiScreen.cpp:916–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914}
915
916std::string EiScreen::getSecureInputApp() const
917{
918 throw std::runtime_error("get security input app not implemented");
919}
920
921EiScreen::HotKeyItem::HotKeyItem(std::uint32_t mask, std::uint32_t id) : mask(mask), id(id)
922{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected