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

Method getKeyMap

src/ckb/kb.cpp:734–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734KeyMap Kb::getKeyMap(){
735 return KeyMap(_model, _layout);
736}
737
738void Kb::setCurrentProfile(KbProfile *profile, bool spontaneous){
739 while(profile->modeCount() < hwModeCount)

Callers

nothing calls this directly

Calls 1

KeyMapClass · 0.85

Tested by

no test coverage detected