Function Camera2D.limitRight

Right scroll limit in pixels. The camera stops moving when reaching this value.

long limitRight() nothrow @property @nogc;

void limitRight (
  long v
) nothrow @property @nogc;