[cimgui 1.53.1] ImGuiIO: Add opt_cursor_blink

This commit is contained in:
Malik Olivier Boussejra 2018-04-30 12:30:42 +09:00
parent bba3e58460
commit 286c54a0df

View File

@ -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)>,