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_input_new - create a new input in the surface

Author

SimonWunderlich
           Author of s3d

s3d                                                                                            S3DW_INPUT_NEW(3)

Description

       Creates a new input-box on the surface with a input width of "width", the upper left corner at
       (posx,posy) on the surface. The input-box is empty on creation and can be change with
       s3dw_input_change_text, and received with s3dw_input_gettext

       See s3dw_input for information about callbacks which may be defined.

Name

       s3dw_input_new - create a new input in the surface

Synopsis

#include<s3dw.h>s3dw_input*s3dw_input_new(consts3dw_surface*surface,floatwidth,floatposx,floatposy);

See Also