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

Function getDescription

src/SFML/Window/Keyboard.cpp:61–64  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

59
60////////////////////////////////////////////////////////////
61String getDescription(Scancode code)
62{
63 return priv::InputImpl::getDescription(code);
64}
65
66////////////////////////////////////////////////////////////
67void setVirtualKeyboardVisible(bool visible)

Callers 6

Keyboard.test.cppFile · 0.50
operator()Method · 0.50
runMethod · 0.50
handleMethod · 0.50
KeyboardViewMethod · 0.50
somethingIsOddFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected