BuGUI
BUtton Grid User Interface
Loading...
Searching...
No Matches
bugui::has_drop Concept Reference

Concept definition

template<typename T>
concept bugui::has_drop = requires(T t, presser& p)
{
{ t.on_drop(p) } -> is_void;
}
Definition widget.hpp:39
Definition common.hpp:10
Definition presser.hpp:14