mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-17 08:28:44 +00:00
Fix incorrect function name
This commit is contained in:
parent
490ffe056d
commit
7d364f6e5d
@ -239,7 +239,7 @@ extern "C" {
|
||||
|
||||
pub fn igSetNextWindowPos(pos: ImVec2, cond: ImGuiCond, pivot: ImVec2);
|
||||
pub fn igSetNextWindowSize(size: ImVec2, cond: ImGuiCond);
|
||||
pub fn igSetNextWindowConstraints(
|
||||
pub fn igSetNextWindowSizeConstraints(
|
||||
size_min: ImVec2,
|
||||
size_max: ImVec2,
|
||||
custom_callback: ImGuiSizeCallback,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user