touchY property

  1. @TagNumber(4)
int get touchY

The touch Y coordinate

Implementation

@$pb.TagNumber(4)
$core.int get touchY => $_getIZ(3);
  1. @TagNumber(4)
set touchY (int value)

Implementation

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