Home › Forums › Software Development › [Solved] Help using TobiiEyex to click on controls in a Windows form › Reply To: [Solved] Help using TobiiEyex to click on controls in a Windows form
20/11/2017 at 21:03 #7618

Participant
Hi!
Please check this sample:
https://tobii.github.io/CoreSDK/articles/wpf.html#activatable-behavior
Specifically something like
Host.Commands.Input.SendActivationModeOn();
Host.Commands.Input.SendActivation();
Host.Commands.Input.SendActivationModeOff();
You would need to code the timer code yourself to enable dwell activation.