mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Docstring for app_focus_lost
This commit is contained in:
parent
5cd71fef4c
commit
7861355fe8
@ -339,6 +339,10 @@ pub struct Io {
|
||||
nav_inputs_down_duration: [f32; NavInput::COUNT + NavInput::INTERNAL_COUNT],
|
||||
nav_inputs_down_duration_prev: [f32; NavInput::COUNT + NavInput::INTERNAL_COUNT],
|
||||
pen_pressure: f32,
|
||||
|
||||
/// Clear buttons state when focus is lost (this is useful so
|
||||
/// e.g. releasing Alt after focus loss on Alt-Tab doesn't trigger
|
||||
/// the Alt menu toggle)
|
||||
pub app_focus_lost: bool,
|
||||
input_queue_surrogate: sys::ImWchar16,
|
||||
input_queue_characters: ImVector<sys::ImWchar>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user