···278278};279279280280 'time' is the timestamp, it returns the time at which the event happened.281281-Type is for example EV_REL for relative moment, REL_KEY for a keypress or281281+Type is for example EV_REL for relative moment, EV_KEY for a keypress or282282release. More types are defined in include/linux/input.h.283283284284 'code' is event code, for example REL_X or KEY_BACKSPACE, again a complete