///////////////////////////////////////////////////////
| 64 | |
| 65 | //////////////////////////////////////////////////////////// |
| 66 | Keyboard::Scancode delocalize(Keyboard::Key /* key */) |
| 67 | { |
| 68 | // Not applicable |
| 69 | return Keyboard::Scan::Unknown; |
| 70 | } |
| 71 | |
| 72 | |
| 73 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected