ux: Add slider to entropy plot

This commit is contained in:
WerWolv
2021-04-12 22:20:05 +02:00
parent 959988a670
commit 1e6b493b41
3 changed files with 13 additions and 4 deletions

View File

@@ -26,6 +26,8 @@ namespace hex {
float m_highestBlockEntropy = 0;
std::vector<float> m_blockEntropy;
double m_entropyHandlePosition;
std::array<ImU64, 256> m_valueCounts = { 0 };
bool m_analyzing = false;