buttons 属性

  1. @Creates('JSExtendableArray|GamepadButton')
  2. @Returns('JSExtendableArray')
List<GamepadButton>? buttons

实现

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