Re: [PATCH libinput 5/5] Change to micro seconds for measuring time internally

2015-07-27 Thread Peter Hutterer
On Tue, Jul 28, 2015 at 12:47:06PM +0800, Jonas Ådahl wrote: > In order to provide higher precision event time stamps, change the > internal time measuring from milliseconds to microseconds. > Microseconds are chosen because it is the most fine grained time stamp > we can get from evdev. > > The A

[PATCH libinput 5/5] Change to micro seconds for measuring time internally

2015-07-27 Thread Jonas Ådahl
In order to provide higher precision event time stamps, change the internal time measuring from milliseconds to microseconds. Microseconds are chosen because it is the most fine grained time stamp we can get from evdev. The API is extended with high precision getters whenever the given information