.\" Generated by the Allegro makedoc utility .TH offer_focus 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME offer_focus \- Offers the input focus to a particular object. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int offer_focus(DIALOG *dialog, int obj, int *focus_obj, int force); .SH DESCRIPTION Offers the input focus to a particular object. Normally the function sends the MSG_WANTFOCUS message to query whether the object is willing to accept the focus. However, passing any non-zero value as force argument instructs the function to authoritatively set the focus to the object. .SH SEE ALSO .BR find_dialog_focus (3alleg4)