enum EE::UI::CSSUserSelect

#include <uihtmlwidget.hpp>

enum CSSUserSelect: Uint8 {
    Auto,
    Text,
    None,
    Contain,
    All,
};