Antkeeper  0.0.1
Public Attributes | List of all members
input::key_released_event Struct Reference

Event generated when a keyboard key has been released. More...

#include <keyboard-events.hpp>

Public Attributes

keyboardkeyboard {nullptr}
 Keyboard that generated the event. More...
 
scancode scancode {0}
 Scancode of the key being released. More...
 
std::uint16_t modifiers {0}
 Bit mask containing the active modifier keys. More...
 

Detailed Description

Event generated when a keyboard key has been released.

Definition at line 52 of file keyboard-events.hpp.

Member Data Documentation

◆ keyboard

keyboard* input::key_released_event::keyboard {nullptr}

Keyboard that generated the event.

Definition at line 55 of file keyboard-events.hpp.

◆ modifiers

std::uint16_t input::key_released_event::modifiers {0}

Bit mask containing the active modifier keys.

Definition at line 61 of file keyboard-events.hpp.

◆ scancode

scancode input::key_released_event::scancode {0}

Scancode of the key being released.

Definition at line 58 of file keyboard-events.hpp.


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