Aligned textbox to bottom of screen.
This commit is contained in:
@ -35,6 +35,9 @@ typedef struct {
|
||||
/** X, Y Position of the textbox */
|
||||
float x, y;
|
||||
|
||||
/** Readonly values for the dimensions of the textbox */
|
||||
float width, height;
|
||||
|
||||
/** Animation of the textbox */
|
||||
float textScroll;
|
||||
|
||||
|
Reference in New Issue
Block a user