mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 22:48:34 +00:00
[cimgui 1.53.1] ImGuiIO: Add opt_cursor_blink
This commit is contained in:
parent
bba3e58460
commit
286c54a0df
@ -561,6 +561,7 @@ pub struct ImGuiIO {
|
||||
pub display_visible_max: ImVec2,
|
||||
|
||||
pub osx_behaviors: bool,
|
||||
pub opt_cursor_blink: bool,
|
||||
|
||||
pub render_draw_lists_fn: Option<extern "C" fn(data: *mut ImDrawData)>,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user