MCPcopy Create free account
hub / github.com/AntiMicroX/antimicrox / getKeyRepeatRate

Method getKeyRepeatRate

src/inputdevice.cpp:1293–1303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1291}
1292
1293int InputDevice::getKeyRepeatRate()
1294{
1295 int tempKeyRepeatRate = GlobalVariables::InputDevice::DEFAULTKEYREPEATRATE;
1296
1297 if (keyRepeatRate != 0)
1298 {
1299 tempKeyRepeatRate = keyRepeatRate;
1300 }
1301
1302 return tempKeyRepeatRate;
1303}
1304
1305void InputDevice::setProfileName(QString value)
1306{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected