SFML
Simple and Fast Multimedia Library
Loading...
Searching...
No Matches
sf::Event::KeyReleased Struct Reference

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?

Detailed Description

Key released event subtype.

Member Data Documentation

◆ alt

bool sf::Event::KeyReleased::alt {}

Is the Alt key pressed?

◆ code

Keyboard::Key sf::Event::KeyReleased::code {}

Code of the key that has been released.

◆ control

bool sf::Event::KeyReleased::control {}

Is the Control key pressed?

◆ scancode

Keyboard::Scancode sf::Event::KeyReleased::scancode {}

Physical code of the key that has been released.

◆ shift

bool sf::Event::KeyReleased::shift {}

Is the Shift key pressed?

◆ system

bool sf::Event::KeyReleased::system {}

Is the System key pressed?


The documentation for this struct was generated from the following file: