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

Concept definition

template<typename T>
concept bugui::has_Shift = requires(T t)
{
{ t.on_Shift() } -> is_void;
}
Definition widget.hpp:69
Definition common.hpp:10