Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
90
bool systemDown()
91
{
92
return keyMap[sf::Keyboard::Key::LSystem] || keyMap[sf::Keyboard::Key::RSystem];
93
}
94
95
void uninitFileDescriptors()
96
{
Callers
1
eventProcess
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected