get_clip_state.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

#include <allegro.h>

int get_clip_state(BITMAP *bitmap)

DESCRIPTION

Returns non-zero if clipping is turned on for the specified bitmap and zero otherwise.

SEE ALSO

set_clip_rect(3alleg), get_clip_rect(3alleg), add_clip_rect(3alleg), set_clip_state(3alleg)