exactness/src/lib
Daniel Zaoui 06811238a1 Recording: stop recording consecutive duplicates events
A lot of events caught by Exactness preload are repeated with the same
information, such as mouse move on the same coordinates and with the
same timestamp. This adds a lot of noise into the recording file.

This patch checks if the current caught event is the same as the last
stored and skips it if they are the same.
2016-03-17 11:48:35 +02:00
..
Makefile.am Prevent deletion of shots having same prefix as test name 2015-06-09 13:52:53 +01:00
exactness_private.h Prevent deletion of shots having same prefix as test name 2015-06-09 13:52:53 +01:00
tsuite_evas_hook.c Recording: stop recording consecutive duplicates events 2016-03-17 11:48:35 +02:00
tsuite_file_data.c Add key up/down with keycode event handler 2015-03-04 14:55:17 +00:00
tsuite_file_data.h Add key up/down with keycode event handler 2015-03-04 14:55:17 +00:00