void loadFromPointer(Pointer<SdlRect> pointer) { x = pointer.ref.x; y = pointer.ref.y; w = pointer.ref.w; h = pointer.ref.h; }