.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "ALLEGRO_EVENT_TYPE_IS_USER" "3" "" "Allegro reference manual" "" .SH NAME ALLEGRO_EVENT_TYPE_IS_USER \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] #define ALLEGRO_EVENT_TYPE_IS_USER(t) ((t) >= 512) .EE .SH DESCRIPTION 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(3).