MCPcopy Create free account
hub / github.com/SFML/SFML / delocalize

Function delocalize

src/SFML/Window/DRM/InputImpl.cpp:580–585  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

578
579////////////////////////////////////////////////////////////
580Keyboard::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////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected