Render x/y for UI elements.

This commit is contained in:
2021-09-03 19:02:37 -07:00
parent 4b55ec7b93
commit c0d13042b4
32 changed files with 196 additions and 155 deletions

View File

@ -33,9 +33,6 @@ typedef struct {
int32_t linesMax;
int32_t lineCurrent;
/** X, Y Position of the textbox */
float x, y;
/** Readonly values for the dimensions of the textbox */
float width, height;