- shutdown_dialog
-
Destroys a dialog player returned by init_dialog(). Allegro game programming library.
- shutdown_menu
-
Destroys a menu player object returned by init_menu(). Allegro game programming library.
- simulate_keypress
-
Stuffs a key into the keyboard buffer. Allegro game programming library.
- simulate_ukeypress
-
Stuffs an unicode key into the keyboard buffer. Allegro game programming library.
- solid_mode
-
Shortcut for selecting solid drawing mode. Allegro game programming library.
- spline
-
Draws a bezier spline using four control points. Allegro game programming library.
- start_sound_input
-
Starts recording in the specified format. Allegro game programming library.
- stop_audio_stream
-
Destroys an audio stream when it is no longer required. Allegro game programming library.
- stop_midi
-
Stops whatever music is currently playing. Allegro game programming library.
- stop_sample
-
Kills off a sample. Allegro game programming library.
- stop_sound_input
-
Stops audio recording. Allegro game programming library.
- stretch_blit
-
Scales a rectangular area from one bitmap to another. Allegro game programming library.
- stretch_sprite
-
Stretches a sprite to the destination bitmap. Allegro game programming library.
- textout_centre_ex
-
Writes a centered string on a bitmap. Allegro game programming library.
- textout_ex
-
Writes a string on a bitmap. Allegro game programming library.
- textout_justify_ex
-
Draws justified text within a region. Allegro game programming library.
- textout_right_ex
-
Writes a right aligned string on a bitmap. Allegro game programming library.
- textprintf_centre_ex
-
Formatted centered output of a string. Allegro game programming library.
- textprintf_ex
-
Formatted output of a string. Allegro game programming library.
- textprintf_justify_ex
-
Formatted justified output of a string. Allegro game programming library.
- textprintf_right_ex
-
Formatted right aligned output of a string. Allegro game programming library.
- text_height
-
Returns the height of a font in pixels. Allegro game programming library.
- text_length
-
Returns the length of a string in pixels. Allegro game programming library.
- three_finger_flag
-
Flag to desactivate the emergency exit key combination. Allegro game programming library.
- TRACE
-
Debugging helper macro to trace messages. Allegro game programming library.
- transpose_font
-
Transposes all characters in a font. Allegro game programming library.
- triangle
-
Draws a filled triangle. Allegro game programming library.
- triangle3d
-
Draws a 3d triangle onto the specified bitmap. Allegro game programming library.
- triangle3d_f
-
See triangle3d.3alleg
- uatof
-
Converts a string into a double. Allegro game programming library.
- uconvert
-
Hih level string encoding conversion wrapper. Allegro game programming library.
- uconvert_ascii
-
Converts string from ASCII into the current format. Allegro game programming library.
- uconvert_size
-
Number of bytes needed to store a string after conversion. Allegro game programming library.
- uconvert_toascii
-
Converts strings from the current format into ASCII. Allegro game programming library.
- ucwidth
-
Low level helper function for testing Unicode text data. Allegro game programming library.
- ugetat
-
Finds out the value of a character in a string. Allegro game programming library.
- ugetc
-
Low level helper function for reading Unicode text data. Allegro game programming library.
- ugetx
-
Low level helper function for reading Unicode text data. Allegro game programming library.
- ugetxc
-
See ugetx.3alleg
- uinsert
-
Inserts a character in a string. Allegro game programming library.
- uisdigit
-
Tells if a character is a digit. Allegro game programming library.
- uisok
-
Low level helper function for testing Unicode text data. Allegro game programming library.
- uisspace
-
Tells if a character is whitespace. Allegro game programming library.
- unload_datafile
-
Frees all the objects in a datafile. Allegro game programming library.
- unload_datafile_object
-
Frees an object previously loaded by load_datafile_object(). Allegro game programming library.
- unscare_mouse
-
Undoes the effect of scare_mouse() or scare_mouse_area(). Allegro game programming library.
- unselect_palette
-
Restores the palette before last call to select_palette(). Allegro game programming library.
- uoffset
-
Finds the offset of a character in a string. Allegro game programming library.
- update_dialog
-
Low level function to update a dialog player. Allegro game programming library.
- update_menu
-
Low level function to update a menu player. Allegro game programming library.