Documentation de SFML 2.6.0
Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.Loading...
Searching...
No Matches
Keyboard event parameters (KeyPressed, KeyReleased) More...
#include <SFML/Window/Event.hpp>
Public Attributes | |
Keyboard::Key | code |
Code of the key that has been pressed. | |
Keyboard::Scancode | scancode |
Physical code of the key that has been pressed. | |
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? | |
Keyboard::Key sf::Event::KeyEvent::code |
bool sf::Event::KeyEvent::control |
Keyboard::Scancode sf::Event::KeyEvent::scancode |
bool sf::Event::KeyEvent::system |