1install_param_int(3) Allegro manual install_param_int(3)
2
3
4
6 install_param_int - Installs a timer routine with a customizable param‐
7 eter. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 int install_param_int(void (*proc)(void *), void *param, int speed);
14
16 Like install_int(), but the callback routine will be passed a copy of
17 the specified void pointer parameter. To disable the handler, use
18 remove_param_int() instead of remove_int().
19
20
22 install_timer(3), remove_param_int(3), install_param_int_ex(3),
23 install_int(3)
24
25
26
27Allegro version 4.2.2 install_param_int(3)