buttons property

List<GamepadButton> buttons
@Creates('JSExtendableArray|GamepadButton'), @Returns('JSExtendableArray')

Implementation

@Creates('JSExtendableArray|GamepadButton')
@Returns('JSExtendableArray')
List<GamepadButton> get buttons native;