Add viewMode change icon.

This commit is contained in:
StackZ
2019-12-24 00:21:46 +01:00
parent 7351204b9a
commit c092c63efe
8 changed files with 19 additions and 11 deletions
+2 -1
View File
@@ -59,10 +59,11 @@ private:
int keyRepeatDelay = 0;
int fastMode = false;
std::vector<Structs::ButtonPos> arrowPos = {
std::vector<Structs::ButtonPos> arrowPos = {
{295, 0, 25, 25, -1}, // Arrow Up.
{295, 215, 25, 25, -1}, // Arrow Down.
{0, 215, 25, 25, -1}, // Back Arrow.
{0, 0, 25, 25, -1}, // viewMode Change
};
};