S3DW_FOCUS(3) s3d Manual S3DW_FOCUS(3)NAMEs3dw_focus - give widget focusSYNOPSIS#include <s3dw.h> void s3dw_focus(s3dw_widget *focus);DESCRIPTIONGives 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().AUTHORSimon Wunderlich Author of s3d s3d S3DW_FOCUS(3)