Skip to content

Instantly share code, notes, and snippets.

@errzey
Created July 4, 2010 05:02
Show Gist options
  • Save errzey/463149 to your computer and use it in GitHub Desktop.
Save errzey/463149 to your computer and use it in GitHub Desktop.
struct input_event {
struct timeval time;
__u16 type;
__u16 code;
__s32 value;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment