Key released event subtype.
More...
#include <SFML/Window/Event.hpp>
Key released event subtype.
Definition at line 109 of file Event.hpp.
◆ alt
bool sf::Event::KeyReleased::alt {} |
Is the Alt key pressed?
Definition at line 113 of file Event.hpp.
◆ code
Code of the key that has been released.
Definition at line 111 of file Event.hpp.
◆ control
bool sf::Event::KeyReleased::control {} |
Is the Control key pressed?
Definition at line 114 of file Event.hpp.
◆ scancode
Physical code of the key that has been released.
Definition at line 112 of file Event.hpp.
◆ shift
bool sf::Event::KeyReleased::shift {} |
Is the Shift key pressed?
Definition at line 115 of file Event.hpp.
◆ system
bool sf::Event::KeyReleased::system {} |
Is the System key pressed?
Definition at line 116 of file Event.hpp.
The documentation for this struct was generated from the following file: