Generic input event Returns true if this input event matches the event passed. Returns a [String] representation of the event. Returns the id of the device that generated the event. Returns the id of the event. Returns true if this input event matches a pre-defined action, no matter the type. Returns true if the given action is being pressed (and is not an echo event for KEY events). Not relevant for the event types MOUSE_MOTION, SCREEN_DRAG and NONE. Returns true if the given action is released (i.e. not pressed). Not relevant for the event types MOUSE_MOTION, SCREEN_DRAG and NONE. Returns true if this input event is an echo event (only for events of type KEY, it will return false for other types). Returns true if this input event is pressed. Not relevant for the event types MOUSE_MOTION, SCREEN_DRAG and NONE.