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

Function localize

src/SFML/Window/Keyboard.cpp:49–52  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47
48////////////////////////////////////////////////////////////
49Key localize(Scancode code)
50{
51 return priv::InputImpl::localize(code);
52}
53
54////////////////////////////////////////////////////////////
55Scancode delocalize(Key key)

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