Home Forums Unity SDK Blink? Reply To: Blink?

#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!