|
SFML
Simple and Fast Multimedia Library
|
Key released event subtype. More...
#include <Event.hpp>
Public Attributes | |
| Keyboard::Key | code {} |
| Code of the key that has been released. | |
| Keyboard::Scancode | scancode {} |
| Physical code of the key that has been released. | |
| bool | alt {} |
| Is the Alt key pressed? | |
| bool | control {} |
| Is the Control key pressed? | |
| bool | shift {} |
| Is the Shift key pressed? | |
| bool | system {} |
| Is the System key pressed? | |
Key released event subtype.
| bool sf::Event::KeyReleased::alt {} |
Is the Alt key pressed?
| Keyboard::Key sf::Event::KeyReleased::code {} |
Code of the key that has been released.
| bool sf::Event::KeyReleased::control {} |
Is the Control key pressed?
| Keyboard::Scancode sf::Event::KeyReleased::scancode {} |
Physical code of the key that has been released.
| bool sf::Event::KeyReleased::shift {} |
Is the Shift key pressed?
| bool sf::Event::KeyReleased::system {} |
Is the System key pressed?