mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Exposed close_current_popup function.
This commit is contained in:
parent
4aa8784fe1
commit
cbe8df8174
@ -616,6 +616,9 @@ impl<'ui> Ui<'ui> {
|
||||
unsafe { imgui_sys::igEndPopup() };
|
||||
}
|
||||
}
|
||||
pub fn close_current_popup(&self) {
|
||||
unsafe { imgui_sys::igCloseCurrentPopup() };
|
||||
}
|
||||
}
|
||||
|
||||
// Widgets: Combos
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user