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

Method delocalize

src/SFML/Window/Unix/KeyboardImpl.cpp:621–625  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

619
620////////////////////////////////////////////////////////////
621Keyboard::Scancode KeyboardImpl::delocalize(Keyboard::Key key)
622{
623 const KeyCode keycode = keyToKeyCode(key);
624 return keyCodeToScancode(keycode);
625}
626
627
628////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 2

keyToKeyCodeFunction · 0.85
keyCodeToScancodeFunction · 0.85

Tested by

no test coverage detected