8 using uint
= unsigned int;
13 /* User event types. */
19 /* Internal events, always processed. */
20 ReleaseEffectState
= 128,
22 /* End event thread processing. */
47 EffectState
*mEffectState
;
50 constexpr AsyncEvent(uint type
) noexcept
: EnumType
{type
} { }