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
+3 -1
View File
@@ -48,11 +48,13 @@ private:
mutable int selection = 0;
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}, // Download All.
{40, 0, 25, 25, -1}, // ViewMode Change.
{75, 0, 25, 25, -1}, // Search.
};
};
+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
};
};
+3 -1
View File
@@ -46,10 +46,12 @@ private:
mutable int screenPosList = 0;
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.
{40, 0, 25, 25, -1}, // Search.
};
};