overwolf.games.inputtracking.getEyeTrackingInformation
Overwolf APIs / overwolf / overwolf / games / inputTracking / getEyeTrackingInformation
function getEyeTrackingInformation(
callback: CallbackFunction<GetActivityResult>,
): void;
Returns the eye tracking information. The information includes gaze points, fixations, user presence (screen/keyboard/other) and minimap glances. This information resets between game executions.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetActivityResult> | A callback with the eye tracking information |
Returns
void