SYNOPSIS
#include <s3dw.h>
- s3dw_widget *s3dw_getroot(void);
DESCRIPTION
-
s3dw_widget *root = s3dw_getroot(); // move widget center to (0,5,0). upon creation, it's centered at (0,0,0), // so this might move it up root->x=0; root->y=5; root->z=0; s3dw_moveit(root);
AUTHOR
Simon Wunderlich
- Author of s3d