![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
#include <tracy/Tracy.hpp>
import fabric.wiring.signals;
import fabric.async;
import fabric.memory.lazy_alloc;
import fabric.logging;
import cydui.components.event_handler;
import std;
Go to the source code of this file.
Classes | |
class | cydui::components::event_dispatcher_t< ComponentType, EventHandler > |
Namespaces | |
namespace | cydui |
namespace | cydui::components |
Typedefs | |
using | children_list = std::vector<cydui::components::component_holder_t> |
|
export |
Definition at line 18 of file component_event_dispatcher.cppm.