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

#7618
Alex [Tobii]
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.