MCPcopy Create free account
hub / github.com/ccMSC/ckb / modeAction

Method modeAction

src/ckb/keyaction.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144QString KeyAction::modeAction(int mode){
145 return QString("$mode:%1").arg(mode);
146}
147
148QString KeyAction::dpiAction(int level, int customX, int customY){
149 QString action = tr("$dpi:%1").arg(level);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected