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

Method secureInputNotification

src/lib/client/ServerProxy.cpp:812–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812void ServerProxy::secureInputNotification()
813{
814 std::string app;
815 ProtocolUtil::readf(m_stream, kMsgDSecureInputNotification + 4, &app);
816 LOG_INFO("application \"%s\" is blocking the keyboard", app.c_str());
817}
818
819void ServerProxy::setServerLanguages()
820{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected