diff --git a/doc/classes/InputEvent.xml b/doc/classes/InputEvent.xml
index 044909ce0a6..e4ead0e8c52 100644
--- a/doc/classes/InputEvent.xml
+++ b/doc/classes/InputEvent.xml
@@ -68,7 +68,7 @@
- Returns [code]true[/code] if this input event's type is one that can be assigned to an input action.
+ Returns [code]true[/code] if this input event's type is one that can be assigned to an input action: [InputEventKey], [InputEventMouseButton], [InputEventJoypadButton], [InputEventJoypadMotion], [InputEventAction]. Returns [code]false[/code] for all other input event types.