MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / FakerInputClient_setConnectState

Method FakerInputClient_setConnectState

QKeyMapper/qkeymapper_worker.cpp:5728–5733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5726}
5727
5728void QKeyMapper_Worker::FakerInputClient_setConnectState(FakerInputClient_ConnectState connectstate)
5729{
5730 QMutexLocker locker(&s_FakerInputClient_Mutex);
5731
5732 s_FakerInputClient_ConnectState = connectstate;
5733}
5734
5735void QKeyMapper_Worker::updateFakerInputStatus()
5736{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected