Skip to content

SdlPoint

Create a TSdlPoint from X and Y values.

Definition

Unit: Neslib.Sdl3.Video

function SdlPoint(const AX, AY: Integer): TSdlPoint; overload; inline

Parameters

AX: Integer : The X value.

AY: Integer : The Y value.

Returns

TSdlPoint: The point.

Remarks

It is safe to call this function from any thread.