wip: edit mode overlay

This commit is contained in:
galister
2025-11-12 01:38:04 +09:00
parent afc8804aba
commit 350c931749
14 changed files with 349 additions and 38 deletions

View File

@@ -9,7 +9,7 @@ use wgui::{
layout::LayoutParams,
parser::Fetchable,
renderer_vk::util,
taffy::{self, prelude::length},
taffy::{self, prelude::length, BoxSizing},
widget::{
div::WidgetDiv,
rectangle::{WidgetRectangle, WidgetRectangleParams},
@@ -53,7 +53,7 @@ pub fn create_keyboard(
processes: vec![],
};
let mut panel = GuiPanel::new_blank(app, state)?;
let mut panel = GuiPanel::new_blank(app, state, false)?;
let (background, _) = panel.layout.add_child(
panel.layout.content_root_widget,