derelict.allegro5.types

Undocumented in source.

Members

Aliases

ALLEGRO_BLEND_MODE
alias ALLEGRO_BLEND_MODE = int
Undocumented in source.
ALLEGRO_BLEND_OPERATIONS
alias ALLEGRO_BLEND_OPERATIONS = int
Undocumented in source.
ALLEGRO_DISPLAY_OPTIONS
alias ALLEGRO_DISPLAY_OPTIONS = int
Undocumented in source.
ALLEGRO_DISPLAY_ORIENTATION
alias ALLEGRO_DISPLAY_ORIENTATION = int
Undocumented in source.
ALLEGRO_EVENT_TYPE
alias ALLEGRO_EVENT_TYPE = uint
Undocumented in source.
ALLEGRO_FILE_MODE
alias ALLEGRO_FILE_MODE = int
Undocumented in source.
ALLEGRO_GET_EVENT_TYPE
alias ALLEGRO_GET_EVENT_TYPE = AL_ID
Undocumented in source.
ALLEGRO_IIO_FS_LOADER_FUNCTION
alias ALLEGRO_IIO_FS_LOADER_FUNCTION = ALLEGRO_BITMAP* function(ALLEGRO_FILE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_IIO_FS_SAVER_FUNCTION
alias ALLEGRO_IIO_FS_SAVER_FUNCTION = bool function(ALLEGRO_FILE*, ALLEGRO_BITMAP*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_IIO_IDENTIFIER_FUNCTION
alias ALLEGRO_IIO_IDENTIFIER_FUNCTION = bool function(ALLEGRO_FILE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_IIO_LOADER_FUNCTION
alias ALLEGRO_IIO_LOADER_FUNCTION = ALLEGRO_BITMAP* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_IIO_SAVER_FUNCTION
alias ALLEGRO_IIO_SAVER_FUNCTION = bool function(const(char)*, ALLEGRO_BITMAP*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_JOYFLAGS
alias ALLEGRO_JOYFLAGS = int
Undocumented in source.
ALLEGRO_PIXEL_FORMAT
alias ALLEGRO_PIXEL_FORMAT = int
Undocumented in source.
ALLEGRO_RENDER_FUNCTION
alias ALLEGRO_RENDER_FUNCTION = int
Undocumented in source.
ALLEGRO_RENDER_STATE
alias ALLEGRO_RENDER_STATE = int
Undocumented in source.
ALLEGRO_SEEK
alias ALLEGRO_SEEK = int
Undocumented in source.
ALLEGRO_SHADER_PLATFORM
alias ALLEGRO_SHADER_PLATFORM = int
Undocumented in source.
ALLEGRO_SHADER_TYPE
alias ALLEGRO_SHADER_TYPE = int
Undocumented in source.
ALLEGRO_STATE_FLAGS
alias ALLEGRO_STATE_FLAGS = int
Undocumented in source.
ALLEGRO_SYSTEM_MOUSE_CURSOR
alias ALLEGRO_SYSTEM_MOUSE_CURSOR = int
Undocumented in source.
ALLEGRO_USTR_INFO
alias ALLEGRO_USTR_INFO = ALLEGRO_USTR
Undocumented in source.
ALLEGRO_WRITE_MASK_FLAGS
alias ALLEGRO_WRITE_MASK_FLAGS = int
Undocumented in source.
foreachCallback
alias foreachCallback = int function(ALLEGRO_FS_ENTRY*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
off_t
alias off_t = long
Undocumented in source.
threadProc
alias threadProc = void* function(ALLEGRO_THREAD*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ALLEGRO_ADD
anonymousenum ALLEGRO_ADD
Undocumented in source.
ALLEGRO_ALPHA_TEST
anonymousenum ALLEGRO_ALPHA_TEST
Undocumented in source.
ALLEGRO_DISPLAY_ORIENTATION_UNKNOWN
anonymousenum ALLEGRO_DISPLAY_ORIENTATION_UNKNOWN
Undocumented in source.
ALLEGRO_DONTCARE
anonymousenum ALLEGRO_DONTCARE
Undocumented in source.
ALLEGRO_EVENT_JOYSTICK_AXIS
anonymousenum ALLEGRO_EVENT_JOYSTICK_AXIS
Undocumented in source.
ALLEGRO_FILEMODE_READ
anonymousenum ALLEGRO_FILEMODE_READ
Undocumented in source.
ALLEGRO_FLIP_HORIZONTAL
anonymousenum ALLEGRO_FLIP_HORIZONTAL
Undocumented in source.
ALLEGRO_JOYFLAG_DIGITAL
anonymousenum ALLEGRO_JOYFLAG_DIGITAL
Undocumented in source.
ALLEGRO_KEEP_BITMAP_FORMAT
anonymousenum ALLEGRO_KEEP_BITMAP_FORMAT
Undocumented in source.
ALLEGRO_KEYMOD_SHIFT
anonymousenum ALLEGRO_KEYMOD_SHIFT
Undocumented in source.
ALLEGRO_KEY_A
anonymousenum ALLEGRO_KEY_A
Undocumented in source.
ALLEGRO_LOCK_READWRITE
anonymousenum ALLEGRO_LOCK_READWRITE
Undocumented in source.
ALLEGRO_MASK_RED
anonymousenum ALLEGRO_MASK_RED
Undocumented in source.
ALLEGRO_MEMORY_BITMAP
anonymousenum ALLEGRO_MEMORY_BITMAP
Undocumented in source.
ALLEGRO_PIXEL_FORMAT_ANY
anonymousenum ALLEGRO_PIXEL_FORMAT_ANY
Undocumented in source.
ALLEGRO_RED_SIZE
anonymousenum ALLEGRO_RED_SIZE
Undocumented in source.
ALLEGRO_RENDER_NEVER
anonymousenum ALLEGRO_RENDER_NEVER
Undocumented in source.
ALLEGRO_RESOURCES_PATH
anonymousenum ALLEGRO_RESOURCES_PATH
Undocumented in source.
ALLEGRO_SEEK_SET
anonymousenum ALLEGRO_SEEK_SET
Undocumented in source.
ALLEGRO_SHADER_AUTO
anonymousenum ALLEGRO_SHADER_AUTO
Undocumented in source.
ALLEGRO_SHADER_VAR_COLOR
anonymousenum ALLEGRO_SHADER_VAR_COLOR
Undocumented in source.
ALLEGRO_STATE_NEW_DISPLAY_PARAMETERS
anonymousenum ALLEGRO_STATE_NEW_DISPLAY_PARAMETERS
Undocumented in source.
ALLEGRO_SYSTEM_MOUSE_CURSOR_NONE
anonymousenum ALLEGRO_SYSTEM_MOUSE_CURSOR_NONE
Undocumented in source.
ALLEGRO_VERTEX_SHADER
anonymousenum ALLEGRO_VERTEX_SHADER
Undocumented in source.
ALLEGRO_WINDOWED
anonymousenum ALLEGRO_WINDOWED
Undocumented in source.
ALLEGRO_ZERO
anonymousenum ALLEGRO_ZERO
Undocumented in source.

Functions

ALLEGRO_BPM_TO_SECS
double ALLEGRO_BPM_TO_SECS(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
ALLEGRO_BPS_TO_SECS
double ALLEGRO_BPS_TO_SECS(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
ALLEGRO_EVENT_TYPE_IS_USER
bool ALLEGRO_EVENT_TYPE_IS_USER(uint t)
Undocumented in source. Be warned that the author may not have intended to support it.
ALLEGRO_MSECS_TO_SECS
double ALLEGRO_MSECS_TO_SECS(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
ALLEGRO_USECS_TO_SECS
double ALLEGRO_USECS_TO_SECS(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
AL_ID
uint AL_ID(int a, int b, int c, int d)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

off_t (from core.sys.posix.sys.types)
public import core.sys.posix.sys.types : off_t;
Undocumented in source.

Manifest constants

ALLEGRO_DATA_STR
enum ALLEGRO_DATA_STR;
Undocumented in source.
ALLEGRO_DATE
enum ALLEGRO_DATE;
Undocumented in source.
ALLEGRO_DEFAULT_DISPLAY_ADAPTER
enum ALLEGRO_DEFAULT_DISPLAY_ADAPTER;
Undocumented in source.
ALLEGRO_MOUSE_MAX_EXTRA_AXES
enum ALLEGRO_MOUSE_MAX_EXTRA_AXES;
Undocumented in source.
ALLEGRO_NATIVE_DRIVE_SEP
enum ALLEGRO_NATIVE_DRIVE_SEP;
Undocumented in source.
ALLEGRO_NATIVE_DRIVE_SEP
enum ALLEGRO_NATIVE_DRIVE_SEP;
Undocumented in source.
ALLEGRO_NATIVE_PATH_SEP
enum ALLEGRO_NATIVE_PATH_SEP;
Undocumented in source.
ALLEGRO_NATIVE_PATH_SEP
enum ALLEGRO_NATIVE_PATH_SEP;
Undocumented in source.
ALLEGRO_PI
enum ALLEGRO_PI;
Undocumented in source.
ALLEGRO_RELEASE_NUMBER
enum ALLEGRO_RELEASE_NUMBER;
Undocumented in source.
ALLEGRO_SUB_VERSION
enum ALLEGRO_SUB_VERSION;
Undocumented in source.
ALLEGRO_TOUCH_INPUT_MAX_TOUCH_COUNT
enum ALLEGRO_TOUCH_INPUT_MAX_TOUCH_COUNT;
Undocumented in source.
ALLEGRO_VERSION
enum ALLEGRO_VERSION;
Undocumented in source.
ALLEGRO_VERSION_STR
enum ALLEGRO_VERSION_STR;
Undocumented in source.
ALLEGRO_WIP_VERSION
enum ALLEGRO_WIP_VERSION;
Undocumented in source.
_ALLEGRO_PRIM_MAX_USER_ATTR
enum _ALLEGRO_PRIM_MAX_USER_ATTR;
Undocumented in source.

Structs

ALLEGRO_ANY_EVENT
struct ALLEGRO_ANY_EVENT
Undocumented in source.
ALLEGRO_BITMAP
struct ALLEGRO_BITMAP
Undocumented in source.
ALLEGRO_COLOR
struct ALLEGRO_COLOR
Undocumented in source.
ALLEGRO_COND
struct ALLEGRO_COND
Undocumented in source.
ALLEGRO_CONFIG
struct ALLEGRO_CONFIG
Undocumented in source.
ALLEGRO_CONFIG_ENTRY
struct ALLEGRO_CONFIG_ENTRY
Undocumented in source.
ALLEGRO_CONFIG_SECTION
struct ALLEGRO_CONFIG_SECTION
Undocumented in source.
ALLEGRO_DISPLAY
struct ALLEGRO_DISPLAY
Undocumented in source.
ALLEGRO_DISPLAY_EVENT
struct ALLEGRO_DISPLAY_EVENT
Undocumented in source.
ALLEGRO_DISPLAY_MODE
struct ALLEGRO_DISPLAY_MODE
Undocumented in source.
ALLEGRO_EVENT_QUEUE
struct ALLEGRO_EVENT_QUEUE
Undocumented in source.
ALLEGRO_EVENT_SOURCE
struct ALLEGRO_EVENT_SOURCE
Undocumented in source.
ALLEGRO_FILE
struct ALLEGRO_FILE
Undocumented in source.
ALLEGRO_FILE_INTERFACE
struct ALLEGRO_FILE_INTERFACE
Undocumented in source.
ALLEGRO_FS_ENTRY
struct ALLEGRO_FS_ENTRY
Undocumented in source.
ALLEGRO_FS_INTERFACE
struct ALLEGRO_FS_INTERFACE
Undocumented in source.
ALLEGRO_JOYSTICK
struct ALLEGRO_JOYSTICK
Undocumented in source.
ALLEGRO_JOYSTICK_EVENT
struct ALLEGRO_JOYSTICK_EVENT
Undocumented in source.
ALLEGRO_JOYSTICK_STATE
struct ALLEGRO_JOYSTICK_STATE
Undocumented in source.
ALLEGRO_KEYBOARD
struct ALLEGRO_KEYBOARD
Undocumented in source.
ALLEGRO_KEYBOARD_EVENT
struct ALLEGRO_KEYBOARD_EVENT
Undocumented in source.
ALLEGRO_KEYBOARD_STATE
struct ALLEGRO_KEYBOARD_STATE
Undocumented in source.
ALLEGRO_LOCKED_REGION
struct ALLEGRO_LOCKED_REGION
Undocumented in source.
ALLEGRO_MEMORY_INTERFACE
struct ALLEGRO_MEMORY_INTERFACE
Undocumented in source.
ALLEGRO_MONITOR_INFO
struct ALLEGRO_MONITOR_INFO
Undocumented in source.
ALLEGRO_MOUSE
struct ALLEGRO_MOUSE
Undocumented in source.
ALLEGRO_MOUSE_CURSOR
struct ALLEGRO_MOUSE_CURSOR
Undocumented in source.
ALLEGRO_MOUSE_EVENT
struct ALLEGRO_MOUSE_EVENT
Undocumented in source.
ALLEGRO_MOUSE_STATE
struct ALLEGRO_MOUSE_STATE
Undocumented in source.
ALLEGRO_MUTEX
struct ALLEGRO_MUTEX
Undocumented in source.
ALLEGRO_PATH
struct ALLEGRO_PATH
Undocumented in source.
ALLEGRO_SHADER
struct ALLEGRO_SHADER
Undocumented in source.
ALLEGRO_STATE
struct ALLEGRO_STATE
Undocumented in source.
ALLEGRO_SYSTEM
struct ALLEGRO_SYSTEM
Undocumented in source.
ALLEGRO_THREAD
struct ALLEGRO_THREAD
Undocumented in source.
ALLEGRO_TIMEOUT
struct ALLEGRO_TIMEOUT
Undocumented in source.
ALLEGRO_TIMER
struct ALLEGRO_TIMER
Undocumented in source.
ALLEGRO_TIMER_EVENT
struct ALLEGRO_TIMER_EVENT
Undocumented in source.
ALLEGRO_TOUCH_EVENT
struct ALLEGRO_TOUCH_EVENT
Undocumented in source.
ALLEGRO_TOUCH_INPUT
struct ALLEGRO_TOUCH_INPUT
Undocumented in source.
ALLEGRO_TOUCH_INPUT_STATE
struct ALLEGRO_TOUCH_INPUT_STATE
Undocumented in source.
ALLEGRO_TOUCH_STATE
struct ALLEGRO_TOUCH_STATE
Undocumented in source.
ALLEGRO_TRANSFORM
struct ALLEGRO_TRANSFORM
Undocumented in source.
ALLEGRO_USER_EVENT
struct ALLEGRO_USER_EVENT
Undocumented in source.
ALLEGRO_USTR
struct ALLEGRO_USTR
Undocumented in source.
_Axes
struct _Axes
Undocumented in source.

Templates

_AL_EVENT_HEADER
template _AL_EVENT_HEADER(T)
Undocumented in source.

Unions

ALLEGRO_EVENT
union ALLEGRO_EVENT
Undocumented in source.

Variables

ALLEGRO_VERSION_INT
enum uint ALLEGRO_VERSION_INT;
Undocumented in source.

Meta