MyGL
Loading...
Searching...
No Matches
Event::Modifiers Struct Reference

A struct for storing the state of the keyboard modifier keys. More...

#include <Event.hpp>

Public Attributes

bool shift = false
 
bool ctrl = false
 
bool alt = false
 
bool os = false
 
bool caps_lock = false
 
bool num_lock = false
 

Detailed Description

A struct for storing the state of the keyboard modifier keys.

Definition at line 299 of file Event.hpp.

Member Data Documentation

◆ alt

bool alt = false

Definition at line 302 of file Event.hpp.

◆ caps_lock

bool caps_lock = false

Definition at line 304 of file Event.hpp.

◆ ctrl

bool ctrl = false

Definition at line 301 of file Event.hpp.

◆ num_lock

bool num_lock = false

Definition at line 305 of file Event.hpp.

◆ os

bool os = false

Definition at line 303 of file Event.hpp.

◆ shift

bool shift = false

Definition at line 300 of file Event.hpp.


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