record __AL_SYSTEM_DRIVER__
Unit
alDrv
Declaration
type __AL_SYSTEM_DRIVER__ = record
Description
Defines methods and stuff for system initialization and management. This is used internally by Allegro and Allegro add-ons.
REMEMBER that these methods should NOT be called directly.
Overview
Fields
Description
Fields
get_executable_name: AL_POINTER; |
get_executable_name must NOT be used.
|
find_resource: AL_POINTER; |
get_executable_name must NOT be used.
|
set_window_title: PROCEDURE(CONST name: AL_STR); CDECL; |
|
_message: PROCEDURE(CONST msg: AL_STR); CDECL; |
|
get_desktop_resolution: FUNCTION(OUT width, height: AL_INT): AL_BOOL; CDECL; |
|
Generated by PasDoc 0.13.0 on 2016-07-20 12:01:35
|