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

Method KeyMap

src/ckb/keymap.cpp:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577KeyMap::KeyMap(Model _keyModel, Layout _keyLayout) :
578 _keys(getMap(_keyModel, _keyLayout)),
579 keyWidth(modelWidth(_keyModel)), keyHeight(modelHeight(_keyModel)),
580 keyModel(_keyModel), keyLayout(_keyLayout)
581{}
582
583KeyMap::KeyMap() :
584 keyWidth(0), keyHeight(0),

Callers

nothing calls this directly

Calls 1

getMapFunction · 0.85

Tested by

no test coverage detected