UIFlags

Each UIElement class has flags which are used to lessen the number of empty virtual calls. Such flags say which callbacks the UIElement need.

alias UIFlags = uint

Meta