1install_param_int_ex(3) Allegro manual install_param_int_ex(3)
2
3
4
6 install_param_int_ex - Adds or modifies a timer with a customizable
7 parameter. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 int install_param_int_ex(void (*proc)(void *), void *param, int speed);
14
16 Like install_int_ex(), but the callback routine will be passed a copy
17 of 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(3),
23 install_int_ex(3)
24
25
26
27Allegro version 4.4.2 install_param_int_ex(3)