.\" Generated by the Allegro makedoc utility .TH install_param_int_ex 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME install_param_int_ex \- Adds or modifies a timer with a customizable parameter. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int install_param_int_ex(void (*proc)(void *), void *param, int speed); .SH DESCRIPTION Like install_int_ex(), but the callback routine will be passed a copy of the specified void pointer parameter. To disable the handler, use remove_param_int() instead of remove_int(). .SH SEE ALSO .BR install_timer (3alleg4), .BR remove_param_int (3alleg4), .BR install_param_int (3alleg4), .BR install_int_ex (3alleg4)