I have a gaze controller with their respective .NET SDK.
I'm wondering if there is any way to create an application/process in .NET where through code I can control cursor movement (and actions: click, double click…) in Windows SO and also to inject text (in anywhere such as, rename a icon, make a search in a browser), basically I want to control input devices (mouse, keyboard) through code in .NET.
Is it possible? What would I need for this? Where to start?
Excuse me if it is an inappropiate question.
Thanks in advance.