mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-26 21:08:40 +00:00
imgui-sys: Add raw binding to GetFrameHeight
This commit is contained in:
parent
1d10578471
commit
0c71370546
@ -1002,6 +1002,7 @@ extern "C" {
|
||||
pub fn igAlignTextToFramePadding();
|
||||
pub fn igGetTextLineHeight() -> c_float;
|
||||
pub fn igGetTextLineHeightWithSpacing() -> c_float;
|
||||
pub fn igGetFrameHeight() -> c_float;
|
||||
pub fn igGetFrameHeightWithSpacing() -> c_float;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user