mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-12 05:58:35 +00:00
[cimgui 1.53.1] Add binding to igShowStyleSelector and igShowFontSelector
This commit is contained in:
parent
20d40f0e01
commit
4eef43f62b
@ -954,6 +954,8 @@ extern "C" {
|
||||
pub fn igShowDemoWindow(opened: *mut bool);
|
||||
pub fn igShowMetricsWindow(opened: *mut bool);
|
||||
pub fn igShowStyleEditor(style: *mut ImGuiStyle);
|
||||
pub fn igShowStyleSelector(label: *const c_char);
|
||||
pub fn igShowFontSelector(label: *const c_char);
|
||||
pub fn igShowUserGuide();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user