MCPcopy Create free account
hub / github.com/cxasm/notepad-- / Clear

Method Clear

src/qscint/scintilla/src/KeyMap.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void KeyMap::Clear() {
36 kmap.clear();
37}
38
39void KeyMap::AssignCmdKey(int key, int modifiers, unsigned int msg) {
40 kmap[KeyModifiers(key, modifiers)] = msg;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected