| 32 | } |
| 33 | |
| 34 | void KeyMap::Clear() { |
| 35 | kmap.clear(); |
| 36 | } |
| 37 | |
| 38 | void KeyMap::AssignCmdKey(int key, int modifiers, unsigned int msg) { |
| 39 | for (size_t keyIndex = 0; keyIndex < kmap.size(); keyIndex++) { |
nothing calls this directly
no outgoing calls
no test coverage detected