What is the significance of sync events in event handling?
I am reading some events from the keyboard/mouse using simple read/write on /dev/input/event* device files.
Now i can record and simulate the events. I want to know the significance of sync events (EV_SYN: config sync, report sync).
Do i need to send sync events to the device while playing back the events?
|