You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is possible to play back recorded events with umockdev_testbed_load_evemu_events(). It would be very useful to be able to generate input events directly from the code, similar to umockdev_testbed_uevent(). Maybe there is a way I'm not aware of?
Currently it is possible to play back recorded events with
umockdev_testbed_load_evemu_events()
. It would be very useful to be able to generate input events directly from the code, similar toumockdev_testbed_uevent()
. Maybe there is a way I'm not aware of?I have tried:
but the events are nowhere to be found.
evtest
does not pick them up when called like that:Note that evtest run this way can see events submitted by
umockdev_testbed_load_evemu_events()
.The text was updated successfully, but these errors were encountered: