vendredi 3 décembre 2021

cpp ImGui::CheckBox registers clicks but does nothing

I have a few Checkboxes assigned to variables. But when i click them nothing happens. It registers when they're clicked because it goes slightly bright but no tick appears. The bool that appears in the loop is static so that should not effect this. Code

static bool aimColor = false;
ImGui::Checkbox(skCrypt("Show Aim Color Picker"), &aimColor);

The aimColor Bool does not change at all




Aucun commentaire:

Enregistrer un commentaire