SdlPoint
Create a TSdlPoint from X and Y values.
Definition
Unit: Neslib.Sdl3.Video
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.