Skip to content

uinput: use named initializers for the event struct

Peter Hutterer requested to merge whot/libevdev:wip/uinput-struct-init into master

With the 64 bit timestamps, the struct layout changes into a flatter version, so let's use the input_event_(u)sec helpers to transparently handle this.

Fixes #25 (closed)

Merge request reports