18/12/2019 at 18:01 #12506
Wilson Tjandra
Participant
Oh wait.. I success make it blink using :
GazePoint gazePoint = TobiiAPI.GetGazePoint();
if (gazePoint.IsRecent(0.1f)) // default max age 500ms
{
Just that right now cannot do left and right.
but I think this is still cool.
Thanks!