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

Method dispatchTouchpadDerivedKey

QKeyMapper/qkeymapper_worker.cpp:13043–13050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13041}
13042
13043bool QKeyMapper_Worker::dispatchTouchpadDerivedKey(const QString &keycodeString, int keyupdown, const QJoystickDevice *joystick)
13044{
13045 if (joystick == Q_NULLPTR) {
13046 return false;
13047 }
13048
13049 return JoyStickKeysProc(keycodeString, keyupdown, joystick);
13050}
13051
13052void QKeyMapper_Worker::clearGamepadTouchpadRuntimeState()
13053{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected