| 439 | void KeyCombination::clear() { keys.clear(); } |
| 440 | |
| 441 | bool KeyCombination::empty() { return keys.empty(); } |
| 442 | |
| 443 | //does inCombo match the keys we have in current combination |
| 444 | bool KeyCombination::haveCombination(int inCombo) |
no outgoing calls
no test coverage detected