get_clip_state - Tells if clipping is on for a bitmap. Allegro game programming library.
Contents
Description
Returns non-zero if clipping is turned on for the specified bitmap and zero otherwise.
Name
get_clip_state - Tells if clipping is on for a bitmap. Allegro game programming library.
See Also
set_clip_rect(3alleg4), get_clip_rect(3alleg4), add_clip_rect(3alleg4), set_clip_state(3alleg4) Allegro version 4.4.3 get_clip_state(3alleg4)
Synopsis
#include<allegro.h>intget_clip_state(BITMAP*bitmap)
