Share via


GazePointPreview.HidInputReport Property

Definition

Gets a Human Interface Device (HID) input report for the eye-tracking device.

public:
 property HidInputReport ^ HidInputReport { HidInputReport ^ get(); };
HidInputReport HidInputReport();
public HidInputReport HidInputReport { get; }
var hidInputReport = gazePointPreview.hidInputReport;
Public ReadOnly Property HidInputReport As HidInputReport

Property Value

A HidInputReport object.

Remarks

Devices issue input reports to describe state changes, user-input, and other device-specific data. For example, A HID eye-tracking sensor would use an input report to signal a gaze event.

Applies to

See also