Neonode zForce(TM) SDK
|
This structure represents the Touch Active Area of a sensor. More...
#include <zForceTypes.h>
Public Attributes | |
uint32_t | LowerBoundaryX |
Start of the Touch Active Area X axis. | |
uint32_t | UpperBoundaryX |
End of the Touch Active Area X axis. | |
bool | HasX |
True if the coordinate system has a X axis. | |
bool | XIsReversed |
True if the X axis is inverted. | |
uint32_t | LowerBoundaryY |
Start of the Touch Active Area Y axis. | |
uint32_t | UpperBoundaryY |
End of the Touch Active Area Y axis. | |
bool | HasY |
True if the coordinate system has a Y axis. | |
bool | YIsReversed |
True if the Y axis is inverted. | |
This structure represents the Touch Active Area of a sensor.
This structure represents the Touch Active Area of a sensor. The Touch Active Area is the area which a sensor will report touches from.