sizeTo method

void sizeTo(
  1. SdlxFPoint size
)

Implementation

void sizeTo(SdlxFPoint size) {
  w = size.x;
  h = size.y;
}