diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 7f4b65ca9fe..73a38c98a96 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -23274,6 +23274,7 @@ + Generic input event @@ -23284,24 +23285,28 @@ + 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. @@ -23310,7 +23315,7 @@ - Return if this input event matches a pre-defined action, no matter the type. + Returns true if this input event matches a pre-defined action, no matter the type. @@ -23319,7 +23324,7 @@ - Return whether 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 being pressed (and is not an echo event for KEY events). Not relevant for the event types MOUSE_MOTION, SCREEN_DRAG and NONE. @@ -23328,7 +23333,7 @@ - Return whether the given action is released (i.e. not pressed). 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. @@ -23341,14 +23346,14 @@ - Return 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 an echo event (only for events of type KEY, it will return false for other types). - Return if this input event is pressed. Not relevant for the event types MOUSE_MOTION, SCREEN_DRAG and NONE. + Returns true if this input event is pressed. Not relevant for the event types MOUSE_MOTION, SCREEN_DRAG and NONE.