Home › Forums › Software Development › Trigger Button Press via Gaze › Reply To: Trigger Button Press via Gaze
18/04/2018 at 11:35 #8133
Alex [Tobii]
Participant
H @dabinder !
You can trigger “Activate” event using following code:
host.Commands.Input.SendActivationModeOn();
host.Commands.Input.SendActivation();
host.Commands.Input.SendActivationModeOff();
https://tobii.github.io/CoreSDK/articles/interactors.html
It might also be interesting to look at some existing virtual keyboard projects:
https://github.com/OptiKey/OptiKey/wiki