Link to or explain the Input instance on InputBegan (and changed, and ended)

https://www.robloxdev.com/api-reference/event/UserInputService/InputBegan

This page does not clearly show or link to any page showing the properties of the input instance that is provided by this event

To a further extension, it’s extremely frustrating that none of the parameters on these pages appear to link to pages explaining those parameters specifically. This is something the old wiki did.

1 Like
Name Type Default Summary
input Instance An InputObject instance, which contains useful data for querying user input.
gameProcessedEvent bool A boolean indicating whether the user tapped a Gui element (true) or not (false).

I think he’s pointing out that it doesn’t actually link to the page, but instead just says “InputObject”. Some method descriptions don’t even have the return value in the description, and the return value on the method just says “Instance”.