- exswitch
-
Controlling the console switch mode for background running. Allegro game programming library.
- exsyscur
-
Allegro game programming library.
- extimer
-
Using the timer (delays and interrupts). Allegro game programming library.
- extract_font_range
-
Extracts a range of characters from a font. Allegro game programming library.
- extrans
-
Lighting and translucency effects. Allegro game programming library.
- extruec
-
Truecolor pixel format conversions. Allegro game programming library.
- exunicod
-
Using Unicode string functions. Allegro game programming library.
- exupdate
-
Supporting different screen update methods in a single program. Allegro game programming library.
- exxfade
-
Truecolor image loading and fades. Allegro game programming library.
- exzbuf
-
Z-buffered polygons demo. Allegro game programming library.
- fade_from
-
Gradually fades the palette between two others. Allegro game programming library.
- fade_from_range
-
Gradually fades a part of the palette between two others. Allegro game programming library.
- fade_in
-
Gradually fades the palette from black. Allegro game programming library.
- fade_interpolate
-
Calculates a new palette interpolated between two others. Allegro game programming library.
- fade_in_range
-
Gradually fades a part of the palette from black. Allegro game programming library.
- fade_out
-
Gradually fades the palette to black. Allegro game programming library.
- fade_out_range
-
Gradually fades a part of the palette to black. Allegro game programming library.
- fastline
-
Faster version of line(). Allegro game programming library.
- file_exists
-
Tells if a file exists. Allegro game programming library.
- file_select_ex
-
Displays the Allegro file selector with a caption.
- file_size
-
Returns the size of a file in bytes. Allegro game programming library.
- file_time
-
Returns the modification time of a file. Allegro game programming library.
- find_allegro_resource
-
Searches for a support file in many places. Allegro game programming library.
- find_datafile_object
-
Searches a datafile for an object with a name. Allegro game programming library.
- find_dialog_focus
-
Searches the dialog for the object which has the input focus. Allegro game programming library.
- fixacos
-
Fixed point inverse cosine lookup table. Allegro game programming library.
- fixadd
-
Safe function to add fixed point numbers clamping overflow. Allegro game programming library.
- fixasin
-
Fixed point inverse sine lookup table. Allegro game programming library.
- fixatan
-
Fixed point inverse tangent lookup table. Allegro game programming library.
- fixatan2
-
Fixed point version of the libc atan2() routine. Allegro game programming library.
- fixceil
-
Returns the smallest integer not less than x. Allegro game programming library.
- fixcos
-
Fixed point cosine of binary angles. Allegro game programming library.
- fixdiv
-
Fixed point division. Allegro game programming library.
- fixed
-
Fixed point integer to replace floats. Allegro game programming library.
- fixfloor
-
Returns the greatest integer not greater than x. Allegro game programming library.
- fixhypot
-
Fixed point hypotenuse. Allegro game programming library.
- fixmul
-
Multiplies two fixed point values together. Allegro game programming library.
- fixsin
-
Fixed point sine of binary angles. Allegro game programming library.
- fixsqrt
-
Fixed point square root. Allegro game programming library.
- fixsub
-
Safe function to subtract fixed point numbers clamping underflow. Allegro game programming library.
- fixtan
-
Fixed point tangent of binary angles. Allegro game programming library.
- fixtof
-
Converts a fixed point to floating point. Allegro game programming library.
- fixtoi
-
Converts a fixed point to integer with rounding. Allegro game programming library.
- fixtorad_r
-
Constant to convert angles in fixed point format to radians. Allegro game programming library.
- fixup_datafile
-
Fixes truecolor images in compiled datafiles. Allegro game programming library.
- fix_filename_case
-
Converts a filename to a standardised case. Allegro game programming library.
- fix_filename_slashes
-
Converts all the directory separators to a standard character. Allegro game programming library.
- fli_bitmap
-
Contains the current frame of the animation. Allegro game programming library.
- fli_bmp_dirty_from
-
Indicate which parts of the image have changed. Allegro game programming library.
- fli_bmp_dirty_to
-
See fli_bmp_dirty_from.3alleg