Skip to content

Commit ef1359a

Browse files
committed
Add Eye Tracker option to UXF UI
1 parent 6094a3f commit ef1359a

File tree

11 files changed

+275
-212
lines changed

11 files changed

+275
-212
lines changed

Assets/Plugins/Pupil/Scripts/CalibrationController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ void Update()
110110
UpdateCalibration();
111111
}
112112

113+
/*
113114
if (Input.GetKeyUp(KeyCode.C))
114115
{
115116
ToggleCalibration();
@@ -118,6 +119,7 @@ void Update()
118119
{
119120
showPreview = !showPreview;
120121
}
122+
*/
121123
}
122124

123125
public void ToggleCalibration()

0 commit comments

Comments
 (0)