Rename viGetViewX and viGetViewY to viGetViewWidth and viGetViewHeight

This commit is contained in:
Ryan Dwyer
2020-12-14 23:25:08 +10:00
parent 440e734fe0
commit dededc6675
22 changed files with 152 additions and 158 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ void viSetXY(s16 x, s16 y);
s16 viGetX(void);
s16 viGetY(void);
void viSetViewSize(s16 x, s16 y);
s16 viGetViewX(void);
s16 viGetViewY(void);
s16 viGetViewWidth(void);
s16 viGetViewHeight(void);
void viSetViewPosition(s16 left, s16 top);
s16 viGetViewLeft(void);
s16 viGetViewTop(void);