Gestro
|
This is a class that is used to store the enabled commands. More...
#include <Commands.h>
Public Member Functions | |
EnabledCommand (void) | |
Public Attributes | |
bool | controlSpacebar |
flag to check if controlSpacebar is active. More... | |
bool | controlMouse |
flag to check if controlMouse is active. More... | |
bool | controlMoveWindow |
flag to check if controlMoveWindow is active. More... | |
bool | controlVolume |
flag to check if controlVolume is active. More... | |
bool | controlMinimizeWindow |
flag to check if controlMinimizeWindow is active. More... | |
This is a class that is used to store the enabled commands.
Definition at line 27 of file Commands.h.
EnabledCommand::EnabledCommand | ( | void | ) |
Constructor
Definition at line 5 of file Commands.cpp.
bool GestureDetection::EnabledCommand::controlMinimizeWindow |
flag to check if controlMinimizeWindow is active.
Definition at line 42 of file Commands.h.
bool GestureDetection::EnabledCommand::controlMouse |
flag to check if controlMouse is active.
Definition at line 33 of file Commands.h.
bool GestureDetection::EnabledCommand::controlMoveWindow |
flag to check if controlMoveWindow is active.
Definition at line 36 of file Commands.h.
bool GestureDetection::EnabledCommand::controlSpacebar |
flag to check if controlSpacebar is active.
Definition at line 30 of file Commands.h.
bool GestureDetection::EnabledCommand::controlVolume |
flag to check if controlVolume is active.
Definition at line 39 of file Commands.h.