FreeBSD Manual Pages
offer_focus(3) Allegro manual offer_focus(3) NAME offer_focus - Offers the input focus to a particular object. Allegro game programming library. SYNOPSIS #include <allegro.h> int offer_focus(DIALOG *dialog, int obj, int *focus_obj, int force); 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 argu- ment instructs the function to authoritatively set the focus to the ob- ject. SEE ALSO find_dialog_focus(3) Allegro version 4.4.3 offer_focus(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=offer_focus&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
