diff --git a/src/GUI_Window.cpp b/src/GUI_Window.cpp index c105c53..13e1d75 100644 --- a/src/GUI_Window.cpp +++ b/src/GUI_Window.cpp @@ -13,17 +13,17 @@ auto GUI_Window::handle(int e) -> int { mouse_status |= Mouse_Status::left_down; this->child(2)->label("Event:Mouse Left Down"); vkvm::callEvent(vkvm::EventType::MouseLeftDown); - std::cout<child(2)->label("Event:Mouse Right Down"); vkvm::callEvent(vkvm::EventType::MouseRightDown); - std::cout<child(2)->label("Event:Mouse Middle Down"); vkvm::callEvent(vkvm::EventType::MouseMiddleDown); - std::cout< int { mouse_status &= Mouse_Status::left_up; this->child(2)->label("Event:Mouse Left Up"); vkvm::callEvent(vkvm::EventType::MouseLeftUp); - std::cout<child(2)->label("Event:Mouse Right Up"); vkvm::callEvent(vkvm::EventType::MouseRightUp); - std::cout<child(2)->label("Event:Mouse Middle Up"); vkvm::callEvent(vkvm::EventType::MouseMiddleUp); - std::cout<