Molybden API
Loading...
Searching...
No Matches
molybden::KeyModifiers Struct Reference

The modifiers for the keyboard and mouse events. More...

#include <input_events.hpp>

Public Attributes

bool alt_down = false
 Indicates whether the Alt key is pressed.
 
bool alt_graph_down = false
 Indicates whether the Alt Graph/Right key is pressed.
 
bool shift_down = false
 Indicates whether the Shift key is pressed.
 
bool control_down = false
 Indicates whether the Ctrl key is pressed.
 
bool meta_down = false
 Indicates whether the Meta key is pressed.
 

Detailed Description

The modifiers for the keyboard and mouse events.


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