![]() |
![]()
| ![]() |
![]()
NAMEis_windowed_mode - Tells if you are running in windowed mode. Allegro game programming library. SYNOPSIS#include <allegro.h> int is_windowed_mode(void); DESCRIPTIONThis function can be used to detect whether or not set_gfx_mode() selected a windowed mode. Example:
RETURN VALUEReturns true if the current graphics mode is a windowed mode, or zero if it is a fullscreen mode. You should not call this function if you are not in graphics mode. SEE ALSOset_gfx_mode(3)
|