1ALLEGRO_EVENT_TYPE_IS_USER(3)                    ALLEGRO_EVENT_TYPE_IS_USER(3)
2
3
4

NAME

6       ALLEGRO_EVENT_TYPE_IS_USER - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              #define ALLEGRO_EVENT_TYPE_IS_USER(t)        ((t) >= 512)
12

DESCRIPTION

14       A  macro  which  evaluates  to  true if the event type is not a builtin
15       event type, i.e.  one of those described in ALLEGRO_EVENT_TYPE(3).
16
17
18
19Allegro reference manual                         ALLEGRO_EVENT_TYPE_IS_USER(3)
Impressum