Added scroll controls

This commit is contained in:
Ryzerth
2021-04-24 01:24:27 +02:00
parent 75568a7bf7
commit dd5490cac6
3 changed files with 49 additions and 3 deletions

View File

@ -129,6 +129,10 @@ namespace ImGui {
bool bandplanEnabled = false;
bandplan::BandPlan_t* bandplan = NULL;
bool mouseInFreq = false;
bool mouseInFFT = false;
bool mouseInWaterfall = false;
std::map<std::string, WaterfallVFO*> vfos;
std::string selectedVFO = "";
bool selectedVFOChanged = false;