logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3dw_surface_new - create a new surface

Author

SimonWunderlich
           Author of s3d

s3d                                                                                          S3DW_SURFACE_NEW(3)

Description

       Creates a new surface (a new window) with title "title" and dimension "width" x "height".

       See s3dw_surface for information about callbacks which may be defined.

Name

       s3dw_surface_new - create a new surface

Synopsis

#include<s3dw.h>s3dw_surface*s3dw_surface_new(constchar*title,floatwidth,floatheight);

See Also