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_focus - give widget focus

Author

SimonWunderlich
           Author of s3d

s3d                                                                                                S3DW_FOCUS(3)

Description

       Gives focus to the widget, relative to its parent. That means you can focus a surface, and each surface
       can focus one of its element, e.g. an input field. Should be casted with S3DWIDGET().

Name

       s3dw_focus - give widget focus

Synopsis

#include<s3dw.h>voids3dw_focus(s3dw_widget*focus);

See Also