///////////////////////////////////////////////////////
| 578 | |
| 579 | //////////////////////////////////////////////////////////// |
| 580 | Keyboard::Scancode delocalize(Keyboard::Key /* key */) |
| 581 | { |
| 582 | // TODO: not implemented |
| 583 | err() << "sf::Keyboard::delocalize is not implemented for DRM." << std::endl; |
| 584 | return Keyboard::Scan::Unknown; |
| 585 | } |
| 586 | |
| 587 | |
| 588 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected