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()
.