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

Input events data storage. More...

#include <input_data.h>

Collaboration diagram for InputData:
Collaboration graph
[legend]

Public Member Functions

 InputData ()
 
void reset ()
 

Public Attributes

MouseData mouse
 
KeyboardData keyboard
 
int fb_width = 800
 
int fb_height = 600
 

Detailed Description

Input events data storage.

Definition at line 29 of file input_data.h.

Constructor & Destructor Documentation

◆ InputData()

InputData::InputData ( )
inline

Definition at line 34 of file input_data.h.

Here is the call graph for this function:

Member Function Documentation

◆ reset()

void InputData::reset ( )
inline

Definition at line 39 of file input_data.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ fb_height

int InputData::fb_height = 600

Definition at line 37 of file input_data.h.

◆ fb_width

int InputData::fb_width = 800

Definition at line 36 of file input_data.h.

◆ keyboard

KeyboardData InputData::keyboard

Definition at line 32 of file input_data.h.

◆ mouse

MouseData InputData::mouse

Definition at line 31 of file input_data.h.


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