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

Function systemDown

src/SFML/Window/DRM/InputImpl.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 return keyMap[sf::Keyboard::Key::LShift] || keyMap[sf::Keyboard::Key::RShift];
89}
90bool systemDown()
91{
92 return keyMap[sf::Keyboard::Key::LSystem] || keyMap[sf::Keyboard::Key::RSystem];
93}
94
95void uninitFileDescriptors()
96{

Callers 1

eventProcessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected