QInputEvent for get the event and Send the event to OS???
Unsolved
General and Desktop
-
Hi,
The class QInputEvent is used to retrieve the event details from OS. But I want the send the event details (mouse event, keyboard event from remote system) and send these details to OS like it happens in this system. This is kind of emulation.
How to do this?
-
Hi,
That’s something that is outside of Qt’s scope.
You have to dig in the lower level of your target OS.