control property
A control, can be a button (eg: ButtonSouth) or an axis (eg: AbsoluteX)
Implementation
@$pb.TagNumber(3)
$core.String get control => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set control($core.String v) { $_setString(2, v); }