- set_clip_state
-
Turns on or off the clipping of a bitmap. Allegro game programming library.
- set_close_button_callback
-
Handles the user clicking on the close button of the window. Allegro game programming library.
- set_color
-
Sets the specified palette entry to the specified RGB triplet. Allegro game programming library.
- set_color_blender
-
Enables a color blender mode. Allegro game programming library.
- set_color_conversion
-
Tells Allegro how to convert images during loading time.
- set_color_depth
-
Sets the global pixel color depth. Allegro game programming library.
- set_config_data
-
Sets a block of configuration data. Allegro game programming library.
- set_config_file
-
Sets the configuration file. Allegro game programming library.
- set_config_float
-
Writes a float in the configuration file. Allegro game programming library.
- set_config_hex
-
Writes a hexadecimal integer in the configuration file. Allegro game programming library.
- set_config_id
-
Writes a driver ID in the configuration file. Allegro game programming library.
- set_config_int
-
Writes an integer in the configuration file. Allegro game programming library.
- set_config_string
-
Writes a string in the configuration file. Allegro game programming library.
- set_dialog_color
-
Sets the colors of an array of dialog objects. Allegro game programming library.
- set_difference_blender
-
Enables a difference blender mode. Allegro game programming library.
- set_display_switch_callback
-
Installs a switching notification callback. Allegro game programming library.
- set_display_switch_mode
-
Tells Allegro how the program handles background switching.
- set_dissolve_blender
-
Enables a dissolve blender mode. Allegro game programming library.
- set_dodge_blender
-
Enables a dodge blender mode. Allegro game programming library.
- set_gfx_mode
-
Sets a graphic video mode. Allegro game programming library.
- set_hardware_volume
-
Alters the hardware sound output volume. Allegro game programming library.
- set_hue_blender
-
Enables a hue blender mode. Allegro game programming library.
- set_invert_blender
-
Enables an invert blender mode. Allegro game programming library.
- set_keyboard_rate
-
Sets the keyboard repeat rate. Allegro game programming library.
- set_leds
-
Sets the state of the keyboard LED indicators. Allegro game programming library.
- set_luminance_blender
-
Enables a luminance blender mode. Allegro game programming library.
- set_mixer_quality
-
Sets the resampling quality of the mixer. Allegro game programming library.
- set_mouse_cursor_bitmap
-
Changes the image Allegro uses for mouse cursors.
- set_mouse_range
-
Sets the area of the screen restricting mouse movement. Allegro game programming library.
- set_mouse_speed
-
Sets the mouse speed. Allegro game programming library.
- set_mouse_sprite
-
Sets the mouse sprite. Allegro game programming library.
- set_mouse_sprite_focus
-
Sets the mouse sprite focus. Allegro game programming library.
- set_multiply_blender
-
Enables a multiply blender mode. Allegro game programming library.
- set_palette
-
Sets the entire palette of 256 colors. Allegro game programming library.
- set_palette_range
-
Sets a specific range of the palette. Allegro game programming library.
- set_projection_viewport
-
Sets the viewport used to scale the output of persp_project(). Allegro game programming library.
- set_saturation_blender
-
Enables a saturation blender mode. Allegro game programming library.
- set_screen_blender
-
Enables a screen blender mode. Allegro game programming library.
- set_sound_input_source
-
Selects the audio input source. Allegro game programming library.
- set_trans_blender
-
Enables a truecolor blender. Allegro game programming library.
- set_ucodepage
-
Sets 8-bit to Unicode conversion tables. Allegro game programming library.
- set_uformat
-
Set the global current text encoding format. Allegro game programming library.
- set_volume
-
Alters the global sound output volume. Allegro game programming library.
- set_volume_per_voice
-
Sets the volume of a voice. Allegro game programming library.
- set_window_title
-
Sets the window title of the Allegro program.
- set_write_alpha_blender
-
Enables the special alpha-channel editing mode. Allegro game programming library.
- set_zbuffer
-
Makes the given Z-buffer the active one. Allegro game programming library.
- show_mouse
-
Tells Allegro to display a mouse pointer on the screen.
- show_os_cursor
-
Low level function to display the operating system cursor. Allegro game programming library.
- show_video_bitmap
-
Flips the hardware screen to use the specified page. Allegro game programming library.