table of contents
other versions
- stretch 0.2.2-14
- testing 0.2.2-16
- unstable 0.2.2-16
- experimental 0.2.2-18
S3DW_INPUT_NEW(3) | s3d Manual | S3DW_INPUT_NEW(3) |
NAME¶
s3dw_input_new - create a new input in the surfaceSYNOPSIS¶
#include <s3dw.h>
s3dw_input *s3dw_input_new(const s3dw_surface *surface, float width, float posx, float posy);
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_gettextSee s3dw_input for information about callbacks which may be defined.
AUTHOR¶
Simon WunderlichAuthor of s3d
s3d |