Added [X] and [Close] buttons to close 3Dconnexion setting imgui dialog by clicking on them

This commit is contained in:
Enrico Turri 2019-12-16 13:35:45 +01:00
parent 7b1e96fe7f
commit 43213b9548
6 changed files with 178 additions and 81 deletions

View file

@ -56,6 +56,8 @@ public:
bool begin(const std::string &name, int flags = 0);
bool begin(const wxString &name, int flags = 0);
bool begin(const std::string& name, bool* close, int flags = 0);
bool begin(const wxString& name, bool* close, int flags = 0);
void end();
bool button(const wxString &label);