mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Add position(force)
This argument forces the textbox position, meaning it won't be moved to be inside of the bounds of the screen (nor have the 10 pixel padding on each side.)
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
d8a8e44afa
commit
45e60fa69c
@@ -94,6 +94,8 @@ public:
|
||||
int r, int g, int b
|
||||
);
|
||||
|
||||
void textboxforcepos(int x, int y);
|
||||
|
||||
void textboxcenterx(void);
|
||||
|
||||
int textboxwidth(void);
|
||||
|
||||
Reference in New Issue
Block a user