control property

  1. @TagNumber(3)
String get control

A control, can be a button (eg: ButtonSouth) or an axis (eg: AbsoluteX)

Implementation

@$pb.TagNumber(3)
$core.String get control => $_getSZ(2);
  1. @TagNumber(3)
set control (String v)

Implementation

@$pb.TagNumber(3)
set control($core.String v) { $_setString(2, v); }