To send mouse input to a View, you should first create a MouseEvent
and then pass it to the function View::FireMouseEvent
.
You should send a Mouse Move event whenever the mouse changes position.
Here is an example of moving the mouse to (100, 100) coordinate with no buttons pressed: