BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Member Functions | Public Attributes | List of all members
KeyboardData Struct Reference

Keyboard events data storage. More...

#include <keyboard_data.h>

Public Member Functions

 KeyboardData ()
 
void reset ()
 

Public Attributes

int key
 Code of the key of the recent event. More...
 
int action
 Key action, whether it was pressed, released or held. More...
 
bool ctrl_pressed
 Flag indicating if CTRL was pressed. More...
 
bool shift_pressed
 Flag indicating if SHIFT was pressed. More...
 

Detailed Description

Keyboard events data storage.

Definition at line 26 of file keyboard_data.h.

Constructor & Destructor Documentation

◆ KeyboardData()

KeyboardData::KeyboardData ( )
inline

Definition at line 40 of file keyboard_data.h.

Here is the call graph for this function:

Member Function Documentation

◆ reset()

void KeyboardData::reset ( )
inline

Definition at line 47 of file keyboard_data.h.

Here is the caller graph for this function:

Member Data Documentation

◆ action

int KeyboardData::action

Key action, whether it was pressed, released or held.

Definition at line 32 of file keyboard_data.h.

◆ ctrl_pressed

bool KeyboardData::ctrl_pressed

Flag indicating if CTRL was pressed.

Definition at line 35 of file keyboard_data.h.

◆ key

int KeyboardData::key

Code of the key of the recent event.

Definition at line 29 of file keyboard_data.h.

◆ shift_pressed

bool KeyboardData::shift_pressed

Flag indicating if SHIFT was pressed.

Definition at line 38 of file keyboard_data.h.


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