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

Function delocalize

src/SFML/Window/Android/InputImpl.cpp:66–70  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

64
65////////////////////////////////////////////////////////////
66Keyboard::Scancode delocalize(Keyboard::Key /* key */)
67{
68 // Not applicable
69 return Keyboard::Scan::Unknown;
70}
71
72
73////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected