BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Handler of input events. More...
#include <input_handler.h>
Public Member Functions | |
void | update (View &view, Renderer &renderer, State &state) |
void | reset () |
Public Attributes | |
InputData | input |
Private Member Functions | |
void | process_keyboard (View &view, Renderer &renderer) |
Identify which key was pressed and notify other parts (listed in arguments) about it. More... | |
void | process_mouse_button (View &view, Renderer &renderer, State &state) |
Handle mouse button input. More... | |
void | process_mouse_scroll (View &view) |
Process mouse scroll and notify other parts(listed in arguments) about it. More... | |
Handler of input events.
Definition at line 35 of file input_handler.h.
Identify which key was pressed and notify other parts (listed in arguments) about it.
view | |
renderer |
Definition at line 36 of file input_handler.cpp.
Handle mouse button input.
view | |
renderer | |
state |
Definition at line 64 of file input_handler.cpp.
|
private |
Process mouse scroll and notify other parts(listed in arguments) about it.
view |
Definition at line 166 of file input_handler.cpp.
void InputHandler::reset | ( | ) |
Definition at line 30 of file input_handler.cpp.
Definition at line 22 of file input_handler.cpp.
InputData InputHandler::input |
Definition at line 38 of file input_handler.h.