buttons property

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

Implementation

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