Add scroll bar highlights

This commit is contained in:
elasota
2020-05-22 20:22:51 -04:00
parent 8f433c11e8
commit 2d8b6a29aa
2 changed files with 77 additions and 10 deletions

View File

@@ -48,5 +48,8 @@ namespace PortabilityLayer
int32_t m_gripSize;
int32_t m_gripPos;
int32_t m_laneCapacity;
bool m_isActive;
int m_activePart;
};
}