stuff oder so

This commit is contained in:
LunarAkai 2025-08-03 23:27:32 +02:00
commit 0eeb4b2563
8 changed files with 286 additions and 18 deletions

View file

@ -7,6 +7,7 @@ use crate::{window_config, MoonhareWindow};
#[derive(Debug)]
pub struct GLFWWindow {
// Todo: learn more about rust smart pointers so i actually understand whats going on here, but hey it works for now
pub glfw_window: Rc<RefCell<PWindow>>,
pub events: Rc<RefCell<GlfwReceiver<(f64, WindowEvent)>>>,
pub glfw: Glfw,