1#ifndef OE_GUI_COMPONENT_BUTTON_H
2#define OE_GUI_COMPONENT_BUTTON_H
4#include "../component.h"
20 std::function<
void()> _on_click;
Definition component.h:22
T * createChild(Args &&... args)
Definition component.h:64
UI components.
Definition component.h:15