GazeManager SwitchScreen Method C# SDK for The Eye Tribe Tracker
Switch currently active screen. Enabled the user to take control of which screen is used for calibration and gaze control.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SwitchScreen(
	int screenIndex,
	int screenResW,
	int screenResH,
	float screenPsyW,
	float screenPsyH
)

Parameters

screenIndex
Type: System Int32
Index of nex screen. On windows 'Primary Screen' has index 0.
screenResW
Type: System Int32
Screen resolution width in pixels
screenResH
Type: System Int32
Screen resolution height in pixels
screenPsyW
Type: System Single
Physical Screen width in meters
screenPsyH
Type: System Single
Physical Screen height in meters
See Also