Closed manfredzimmer closed 2 years ago
Note that there are multiple earlier proposals/questions re keyboard/mouse support.
https://github.com/dotnet/maui/issues/3739 https://github.com/dotnet/maui/issues/3669 https://github.com/dotnet/maui/issues/4498
Duplicate of #3739
Description
It would be great to have access to the mouse and keyboard. By this is meant that I would like to go with the mouse to coordinate XY and finally trigger a left click or right click. This function should also be possible with Windows, Linux & MacOS outside of the own application. For Android and iOS a "tap" could be implemented so that a button etc. can be clicked via code.
It would be extremely helpful to be able to trigger individual keyboard keys (independent of the current focus and also outside of the actual application). This could be implemented for Windows, Linux and MacOS.
Within Java you only need to use "Robot" class and everything is good to go. Within C# you need to sell your soul and first born child :p (in comparison).
Public API Changes