moveTo method

void moveTo(
  1. SdlxFPoint position
)

Implementation

void moveTo(SdlxFPoint position) {
  x = position.x;
  y = position.y;
}