scrollX property
HSCROLL/SCROLL axis split. Value is the model's raw pixels output,
copied verbatim per axis — the sign is UNVERIFIED against any real
device trace, so no direction convention is asserted here.
Implementation
@$pb.TagNumber(4)
$core.int get scrollX => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set scrollX($core.int value) => $_setSignedInt32(3, value);