Gestro
|
class to store the information detected by the FingerCounter. More...
#include <FingerAndCoordinates.h>
Public Member Functions | |
FingerAndCoordinates () | |
FingerAndCoordinates (Commands, int x=0, int y=0) | |
Public Attributes | |
int | command = 0 |
stores the command ENUM More... | |
int | x |
int to store the x coordinate of the highest point More... | |
int | y |
int to store the y coordinate of the highest point More... | |
class to store the information detected by the FingerCounter.
Definition at line 8 of file FingerAndCoordinates.h.
FingerAndCoordinates::FingerAndCoordinates | ( | ) |
Default constructor
Definition at line 5 of file FingerAndCoordinates.cpp.
FingerAndCoordinates::FingerAndCoordinates | ( | Commands | newCommand, |
int | x = 0 , |
||
int | y = 0 |
||
) |
This function is a constructor for the FingerAndCoordinates class.
newCommand | The command that was detected. |
x | The x coordinate of the highest point |
y | The y coordinate of the highest point. |
Definition at line 8 of file FingerAndCoordinates.cpp.
int GestureDetection::FingerAndCoordinates::command = 0 |
stores the command ENUM
Definition at line 11 of file FingerAndCoordinates.h.
int GestureDetection::FingerAndCoordinates::x |
int to store the x coordinate of the highest point
Definition at line 13 of file FingerAndCoordinates.h.
int GestureDetection::FingerAndCoordinates::y |
int to store the y coordinate of the highest point
Definition at line 15 of file FingerAndCoordinates.h.