logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

three_finger_flag - Flag to deactivate the emergency exit key combination. Allegro game programming

Description

       The DJGPP keyboard handler provides an 'emergency exit' sequence which you  can  use  to  kill  off  your
       program.  If  you  are running under DOS this is the three finger salute, ctrl+alt+del. Most multitasking
       OS's will trap this combination before it reaches the Allegro handler, in which  case  you  can  use  the
       alternative  ctrl+alt+end. If you want to disable this behaviour in release versions of your program, set
       this flag to FALSE.

Name

       three_finger_flag  -  Flag  to  deactivate  the  emergency exit key combination. Allegro game programming
       library.

See Also

install_keyboard(3alleg4)

Allegro                                           version 4.4.3                       three_finger_flag(3alleg4)

Synopsis

#include<allegro.h>externintthree_finger_flag;

See Also