s3dw_textbox_scrollto
scroll text to position
- Provided by: s3d-doc (Version: 0.2.2.1-6build3)
- Source: s3d
- Report a bug
scroll text to position
#include <s3dw.h>
void s3dw_textbox_scrollto(s3dw_textbox *textbox, int x, int y);
Scrolls the text in the textbox so that the character in row y, column x is in the top left corner of the textbox.
Simon Wunderlich