Skip to content

SdlSize

Create a TSdlSize from W and H values.

Definition

Unit: Neslib.Sdl3.Video

function SdlSize(const AW, AH: Integer): TSdlSize; inline

Parameters

AW: Integer : The W value.

AH: Integer : The H value.

Returns

TSdlSize: The size.

Remarks

It is safe to call this function from any thread.