controls property

  1. @TagNumber(1)
List<String> get controls

Returns a list of all the controls (buttons and axes) that are available to a given Input Controller

Implementation

@$pb.TagNumber(1)
$core.List<$core.String> get controls => $_getList(0);