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

Function shiftDown

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

Source from the content-addressed store, hash-verified

84 return keyMap[sf::Keyboard::Key::LControl] || keyMap[sf::Keyboard::Key::RControl];
85}
86bool shiftDown()
87{
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];

Callers 1

eventProcessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected