get_clip_state (3) - Linux Manuals
get_clip_state: Tells if clipping is on for a bitmap. Allegro game programming library.
Command to display get_clip_state
manual in Linux: $ man 3 get_clip_state
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.
Pages related to get_clip_state
- get_clip_rect (3) - Returns the clipping rectangle of a bitmap. Allegro game programming library.
- get_camera_matrix (3) - Constructs a camera matrix for perspective projection. Allegro game programming library.
- get_color_depth (3) - Returns the current pixel color depth. Allegro game programming library.
- get_compiled_sprite (3) - Creates a compiled sprite using a bitmap as source. Allegro game programming library.
- get_config_argv (3) - Reads a token list from the configuration file. Allegro game programming library.
- get_config_float (3) - Retrieves a float from the configuration file. Allegro game programming library.
- get_config_hex (3) - Retrieves a hexadecimal value from the configuration file. Allegro game programming library.
- get_config_id (3) - Retrieves a driver ID from a configuration file. Allegro game programming library.
- get_config_int (3) - Retrieves an integer from the configuration file. Allegro game programming library.