Advertisement
Guest User

Untitled

a guest
Jun 28th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. pub const SearchBar = packed struct {
  2. parent: ?*Widget = null,
  3. elapsed_ms: u64 = 0,
  4. cursor_text_origin: u16 = text_offset_x,
  5. cursor_position: u8 = 0,
  6. search_string_length: u8 = 0,
  7. is_focused: bool = false,
  8. text_navigation_mode: bool = false,
  9. input_handled: bool = false,
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement