- POLYTYPE_PTEX_MASK
-
See POLYTYPE_ATEX_MASK.3alleg
- POLYTYPE_PTEX_MASK_LIT
-
See POLYTYPE_ATEX_MASK_LIT.3alleg
- POLYTYPE_PTEX_MASK_TRANS
-
See POLYTYPE_ATEX_MASK_TRANS.3alleg
- POLYTYPE_PTEX_TRANS
-
See POLYTYPE_ATEX_TRANS.3alleg
- popup_dialog
-
do_dialog() used for popup dialogs. Allegro game programming library.
- pop_config_state
-
Pops a previously pushed configuration state. Allegro game programming library.
- position_dialog
-
Moves an array of dialog objects to the specified position. Allegro game programming library.
- position_mouse
-
Moves the mouse to the specified screen position. Allegro game programming library.
- position_mouse_z
-
Sets the mouse wheel position global variable. Allegro game programming library.
- push_config_state
-
Pushes the current configuration state. Allegro game programming library.
- putpixel
-
Writes a pixel into a bitmap. Allegro game programming library.
- put_backslash
-
Puts a path separator at the end of a path if needed. Allegro game programming library.
- qnx_get_window
-
Retrieves a handle to the window used by Allegro.
- qscale_matrix
-
Optimised routine for scaling an already generated matrix. Allegro game programming library.
- qscale_matrix_f
-
See qscale_matrix.3alleg
- qtranslate_matrix
-
Optimised routine for translating an already generated matrix. Allegro game programming library.
- qtranslate_matrix_f
-
See qtranslate_matrix.3alleg
- quad3d
-
Draws a 3d quad onto the specified bitmap. Allegro game programming library.
- quad3d_f
-
See quad3d.3alleg
- QUAT
-
Stores quaternion information. Allegro game programming library.
- quat_interpolate
-
Constructs a quaternion representing a rotation between from and to. Allegro game programming library.
- quat_mul
-
Multiplies two quaternions. Allegro game programming library.
- quat_slerp
-
Version of quat_interpolate() allowing control over the rotation. Allegro game programming library.
- quat_to_matrix
-
Constructs a rotation matrix from a quaternion. Allegro game programming library.
- radtofix_r
-
Constant to convert radians to fixed point angles. Allegro game programming library.
- readkey
-
Returns the next character from the keyboard buffer. Allegro game programming library.
- read_sound_input
-
Retrieves the last recorded audio buffer. Allegro game programming library.
- reallocate_voice
-
Switches the sample of an already-allocated voice. Allegro game programming library.
- rect
-
Draws an outline rectangle. Allegro game programming library.
- rectfill
-
Draws a solid filled rectangle. Allegro game programming library.
- register_assert_handler
-
Registers a custom handler for assert failures. Allegro game programming library.
- register_bitmap_file_type
-
Registers custom bitmap loading/saving functions. Allegro game programming library.
- register_datafile_object
-
Registers load/destroy functions for custom object types. Allegro game programming library.
- register_font_file_type
-
Register a new font loading function. Allegro game programming library.
- register_sample_file_type
-
Registers custom loading/saving sample routines. Allegro game programming library.
- register_trace_handler
-
Registers a custom handler for trace output. Allegro game programming library.
- register_uformat
-
Installs handler functions for a new text encoding format. Allegro game programming library.
- release_bitmap
-
Releases a previously locked bitmap. Allegro game programming library.
- release_screen
-
Shortcut of release_bitmap(screen); Allegro game programming library.
- release_voice
-
Releases a soundcard voice. Allegro game programming library.
- reload_config_texts
-
Reloads translated strings returned by get_config_text(). Allegro game programming library.
- remove_display_switch_callback
-
Removes a switching notification callback. Allegro game programming library.
- remove_int
-
Removes a timers. Allegro game programming library.
- remove_joystick
-
Removes the joystick handler. Allegro game programming library.
- remove_keyboard
-
Removes the Allegro keyboard handler.
- remove_mouse
-
Removes the mouse handler. Allegro game programming library.
- remove_param_int
-
Removes a timer with a customizable parameter. Allegro game programming library.
- remove_sound
-
Cleans up after you are finished with the sound routines. Allegro game programming library.
- remove_sound_input
-
Cleans up after you are finished with the sound input routines. Allegro game programming library.
- remove_timer
-
Removes the Allegro time handler.