|
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. | |
| 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. | |
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.
1.8.11