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

Function delocalize

src/SFML/Window/Keyboard.cpp:55–58  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

53
54////////////////////////////////////////////////////////////
55Scancode delocalize(Key key)
56{
57 return priv::InputImpl::delocalize(key);
58}
59
60////////////////////////////////////////////////////////////
61String getDescription(Scancode code)

Callers 4

Keyboard.test.cppFile · 0.50
KeyboardViewMethod · 0.50
somethingIsOddFunction · 0.50
keyEventDescriptionFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected