Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pub const SearchBar = packed struct {
- parent: ?*Widget = null,
- elapsed_ms: u64 = 0,
- cursor_text_origin: u16 = text_offset_x,
- cursor_position: u8 = 0,
- search_string_length: u8 = 0,
- is_focused: bool = false,
- text_navigation_mode: bool = false,
- input_handled: bool = false,
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement