added mapped cursor position

This commit is contained in:
2025-11-25 15:00:18 +08:00
parent 4f90bd754a
commit b22fdac39c
7 changed files with 75 additions and 28 deletions

View File

@@ -37,5 +37,8 @@ pub async fn initialize_session() {
overlay_fullscreen(&window).unwrap();
window.set_ignore_cursor_events(true).unwrap();
#[cfg(debug_assertions)]
webview_window.open_devtools();
println!("Scene window initialized.");
}