.TH "ALLEGRO_EVENT_TYPE_IS_USER(3alleg5) Allegro reference manual" "" "" "" "" .SH NAME .PP ALLEGRO_EVENT_TYPE_IS_USER \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ #define\ ALLEGRO_EVENT_TYPE_IS_USER(t)\ \ \ \ \ \ \ \ ((t)\ >=\ 512) \f[] .fi .SH DESCRIPTION .PP A macro which evaluates to true if the event type is not a builtin event type, i.e. one of those described in ALLEGRO_EVENT_TYPE(3alleg5).