MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetCaptureAllKeyboard

Method SetCaptureAllKeyboard

Src/ParameterCompone/ParameterPlugin.cpp:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void CParameterPlugin::SetCaptureAllKeyboard(bool bCapture)
125{
126 if(m_bCaptureAllKeyboard == bCapture)
127 return;
128 m_bCaptureAllKeyboard = bCapture;
129 SetModified(true);
130 emit sigCaptureAllKeyboard();
131}
132
133bool CParameterPlugin::GetDesktopShortcutsScript() const
134{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected