SdlPointF
Create a TSdlPointF from X and Y values.
Definition
Unit: Neslib.Sdl3.Video
Parameters
AX: Single
: The X value.
AY: Single
: The Y value.
Returns
TSdlPointF: The point.
Remarks
It is safe to call this function from any thread.
Create a TSdlPointF from X and Y values.
Unit: Neslib.Sdl3.Video
AX: Single
: The X value.
AY: Single
: The Y value.
TSdlPointF: The point.
It is safe to call this function from any thread.