Recording QInputEvent macros
Unsolved
General and Desktop
-
Has anyone tried recording and then playing back QInputEvents, mostly meaning mouse/wheel/touch events? I am trying to implement input macros, both for use at the user level and for unit tests.
-
Hi,
Are you thinking about something like an event filter ?
-
Yes, something like an event filter. Or any other method that works