| 221 | |
| 222 | |
| 223 | bool Bindings::IsKeySupported(int key) |
| 224 | { |
| 225 | return (KeyNameTable[key][0] != '\0'); |
| 226 | } |
| 227 | |
| 228 | |
| 229 | bool Bindings::IsPermanentBinding(int key, uint32 modifiers) |
nothing calls this directly
no outgoing calls
no test coverage detected