SdlSize
Create a TSdlSize from W and H values.
Definition
Unit: Neslib.Sdl3.Video
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.
Create a TSdlSize from W and H values.
Unit: Neslib.Sdl3.Video
AW: Integer
: The W value.
AH: Integer
: The H value.
TSdlSize: The size.
It is safe to call this function from any thread.