scrollX property

  1. @TagNumber.new(4)
int get scrollX

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);
  1. @TagNumber.new(4)
set scrollX (int value)

Implementation

@$pb.TagNumber(4)
set scrollX($core.int value) => $_setSignedInt32(3, value);