os_multitasking
Indicates if the OS is multitasking. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Indicates if the OS is multitasking. Allegro game programming library.
#include <allegro.h>
extern int os_multitasking;
Set by allegro_init() to either TRUE or FALSE depending on whether your Operating System is multitasking or not.
os_type(3alleg4), os_version(3alleg4)