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

Method getKeyboardDeviceList

QKeyMapper/interception_worker.cpp:780–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780QList<InputDevice> Interception_Worker::getKeyboardDeviceList()
781{
782 return KeyboardDeviceList;
783}
784
785QList<InputDevice> Interception_Worker::getMouseDeviceList()
786{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected