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

Method initMultiMouseInputList

QKeyMapper/qkeymapper_worker.cpp:19185–19201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19183}
19184
19185void QKeyMapper_Worker::initMultiMouseInputList()
19186{
19187 MultiMouseInputList = QStringList() \
19188 /* Mouse Keys */
19189 << "Mouse-L"
19190 << "Mouse-R"
19191 << "Mouse-M"
19192 << "Mouse-X1"
19193 << "Mouse-X2"
19194 << MOUSE_WHEEL_UP_STR
19195 << MOUSE_WHEEL_DOWN_STR
19196 << MOUSE_WHEEL_LEFT_STR
19197 << MOUSE_WHEEL_RIGHT_STR
19198 << VJOY_MOUSE2LS_STR
19199 << VJOY_MOUSE2RS_STR
19200 ;
19201}
19202
19203void QKeyMapper_Worker::initMultiVirtualGamepadInputList()
19204{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected