logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

get_clip_state - Tells if clipping is on for a bitmap. Allegro game programming library.

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)

See Also