Exposed close_current_popup function.

This commit is contained in:
Cameron Hart 2016-12-30 16:28:35 +11:00
parent 4aa8784fe1
commit cbe8df8174

View File

@ -616,6 +616,9 @@ impl<'ui> Ui<'ui> {
unsafe { imgui_sys::igEndPopup() };
}
}
pub fn close_current_popup(&self) {
unsafe { imgui_sys::igCloseCurrentPopup() };
}
}
// Widgets: Combos