|
SMI RED eye tracking plugin 1.0
|
This struct provides information about the current calibration point. More...
#include <iViewXAPI.h>
Public Attributes | |
| int | number |
| int | positionX |
| int | positionY |
This struct provides information about the current calibration point.
The struct contains the following information: number: number of calibration point that is currently active positionX: horizontal position of calibration point that is currently active positionY: vertical position of calibration point that is currently active
To update information in "CalibrationPointStruct" use function "iV_GetCurrentCalibrationPoint" during a calibration or validation procedure.
Definition at line 129 of file iViewXAPI.h.
1.7.3