lib_sdl wordset

[SDL]
SDL_INIT_TIMER ( .. )(); 
 ;
( SDL_INIT_TIMER )  constant SDL_INIT_TIMER

an ordinary constant (no special usage info)

[SDL]
SDL_INIT_AUDIO ( .. )(); 
 ;
( SDL_INIT_AUDIO )  constant SDL_INIT_AUDIO

an ordinary constant (no special usage info)

[SDL]
SDL_INIT_VIDEO ( .. )(); 
 ;
( SDL_INIT_VIDEO )  constant SDL_INIT_VIDEO

an ordinary constant (no special usage info)

[SDL]
SDL_INIT_CDROM ( .. )(); 
 ;
( SDL_INIT_CDROM )  constant SDL_INIT_CDROM

an ordinary constant (no special usage info)

[SDL]
SDL_INIT_JOYSTICK ( .. )(); 
 ;
( SDL_INIT_JOYSTICK )  constant SDL_INIT_JOYSTICK

an ordinary constant (no special usage info)

[SDL]
SDL_INIT_NOPARACHUTE ( .. )(); 
 ;
( SDL_INIT_NOPARACHUTE )  constant SDL_INIT_NOPARACHUTE

an ordinary constant (no special usage info)

[SDL]
SDL_INIT_EVENTTHREAD ( .. )(); 
 ;
( SDL_INIT_EVENTTHREAD )  constant SDL_INIT_EVENTTHREAD

an ordinary constant (no special usage info)

[SDL]
SDL_INIT_EVERYTHING ( .. )(); 
 ;
( SDL_INIT_EVERYTHING )  constant SDL_INIT_EVERYTHING

an ordinary constant (no special usage info)

[SDL]

SDL_init ( .. )();
as:"sdl-init";

ordinary primitive SDL_init

an executable word (no special usage info)

or wrapper call around SDL_init

[SDL]
SDL_InitSubSystem ( .. )(); 
 ;

ordinary primitive SDL_InitSubSystem

an executable word (no special usage info)

or wrapper call around SDL_InitSubSystem

[SDL]
SDL_QuitSubSystem ( .. )(); 
 ;

ordinary primitive SDL_QuitSubSystem

an executable word (no special usage info)

or wrapper call around SDL_QuitSubSystem

[SDL]

SDL_WasInit ( .. )();
as:"sdl-wasinit";

ordinary primitive SDL_WasInit

an executable word (no special usage info)

or wrapper call around SDL_WasInit

[SDL]

SDL_Quit ( .. )();
as:"sdl-quit";

ordinary primitive SDL_Quit

an executable word (no special usage info)

or wrapper call around SDL_Quit

[SDL]

SDL_FALSE ( .. )();
as:"sdl-false";

( SDL_FALSE )  constant SDL_FALSE

an ordinary constant (no special usage info)

[SDL]

SDL_TRUE ( .. )();
as:"sdl-true";

( SDL_TRUE )  constant SDL_TRUE

an ordinary constant (no special usage info)

[SDL]

SDL_PRESSED ( .. )();
as:"sdl-pressed";

( SDL_PRESSED )  constant SDL_PRESSED

an ordinary constant (no special usage info)

[SDL]

SDL_RELEASED ( .. )();
as:"sdl-released";

( SDL_RELEASED )  constant SDL_RELEASED

an ordinary constant (no special usage info)

[SDL]
SDL_SetError ( str-ptr str-len -- )(); 
 ;

set it, based on

 void SDL_SetError(const char *fmt, ...);
 
[SDL]
SDL_GetError ( -- str-ptr str-len )(); 
 ;

get it, based on

 char * SDL_GetError(void);
 
[SDL]
SDL_ClearError ( .. )(); 
 ;

ordinary primitive SDL_ClearError

an executable word (no special usage info)

or wrapper call around SDL_ClearError

[SDL]
SDL_RWFromFile ( .. )(); 
 ;

ordinary primitive SDL_RWFromFile

an executable word (no special usage info)

or wrapper call around SDL_RWFromFile

[SDL]

SDL_RWFromFP ( .. )();
as:"sdl-rwfromfp";

ordinary primitive SDL_RWFromFP

an executable word (no special usage info)

or wrapper call around SDL_RWFromFP

[SDL]

SDL_RWFromMem ( .. )();
as:"sdl-rwfrommem";

ordinary primitive SDL_RWFromMem

an executable word (no special usage info)

or wrapper call around SDL_RWFromMem

[SDL]

SDL_AllocRW ( .. )();
as:"sdl-allocrw";

ordinary primitive SDL_AllocRW

an executable word (no special usage info)

or wrapper call around SDL_AllocRW

[SDL]

SDL_FreeRW ( .. )();
as:"sdl-freerw";

ordinary primitive SDL_FreeRW

an executable word (no special usage info)

or wrapper call around SDL_FreeRW

[SDL]

SDL_RWseek ( .. )();
as:"sdl-rwseek";

ordinary primitive SDL_RWseek

an executable word (no special usage info)

or wrapper call around SDL_RWseek

[SDL]

SDL_RWtell ( .. )();
as:"sdl-rwtell";

ordinary primitive SDL_RWtell

an executable word (no special usage info)

or wrapper call around SDL_RWtell

[SDL]

SDL_RWread ( .. )();
as:"sdl-rwread";

ordinary primitive SDL_RWread

an executable word (no special usage info)

or wrapper call around SDL_RWread

[SDL]

SDL_RWwrite ( .. )();
as:"sdl-rwwrite";

ordinary primitive SDL_RWwrite

an executable word (no special usage info)

or wrapper call around SDL_RWwrite

[SDL]

SDL_RWclose ( .. )();
as:"sdl-rwclose";

ordinary primitive SDL_RWclose

an executable word (no special usage info)

or wrapper call around SDL_RWclose

[SDL]

SDL_GetTick ( .. )();
as:"sdl-gettick";

ordinary primitive SDL_GetTick

an executable word (no special usage info)

or wrapper call around SDL_GetTick

[SDL]

SDL_Delay ( .. )();
as:"sdl-delay";

ordinary primitive SDL_Delay

an executable word (no special usage info)

or wrapper call around SDL_Delay

[SDL]
->SDL_AudioSpec.freq ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioSpec.freq

offsetof(SDL_AudioSpec,freq) (no special usage info)

[SDL]
->SDL_AudioSpec.format ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioSpec.format

offsetof(SDL_AudioSpec,format) (no special usage info)

[SDL]
->SDL_AudioSpec.channels ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioSpec.channels

offsetof(SDL_AudioSpec,channels) (no special usage info)

[SDL]
->SDL_AudioSpec.silence ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioSpec.silence

offsetof(SDL_AudioSpec,silence) (no special usage info)

[SDL]
->SDL_AudioSpec.samples ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioSpec.samples

offsetof(SDL_AudioSpec,samples) (no special usage info)

[SDL]
->SDL_AudioSpec.size ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioSpec.size

offsetof(SDL_AudioSpec,size) (no special usage info)

[SDL]
/SDL_AudioSpec ( .. )(); 
 ;
( sizeof(SDL_AudioSpec) )  constant /SDL_AudioSpec

an ordinary constant (no special usage info)

[SDL]

AUDIO_U8 ( .. )();
as:"audio-u-eight";

( AUDIO_U8 )  constant AUDIO_U8

an ordinary constant (no special usage info)

[SDL]

AUDIO_S8 ( .. )();
as:"audio-s-eight";

( AUDIO_S8 )  constant AUDIO_S8

an ordinary constant (no special usage info)

[SDL]
AUDIO_U16LSB ( .. )(); 
 ;
( AUDIO_U16LSB )  constant AUDIO_U16LSB

an ordinary constant (no special usage info)

[SDL]
AUDIO_S16LSB ( .. )(); 
 ;
( AUDIO_S16LSB )  constant AUDIO_S16LSB

an ordinary constant (no special usage info)

[SDL]
AUDIO_U16MSB ( .. )(); 
 ;
( AUDIO_U16MSB )  constant AUDIO_U16MSB

an ordinary constant (no special usage info)

[SDL]
AUDIO_S16MSB ( .. )(); 
 ;
( AUDIO_S16MSB )  constant AUDIO_S16MSB

an ordinary constant (no special usage info)

[SDL]

AUDIO_U16 ( .. )();
as:"audio-u-sixteen";

( AUDIO_U16 )  constant AUDIO_U16

an ordinary constant (no special usage info)

[SDL]

AUDIO_S16 ( .. )();
as:"audio-s-sixteen";

( AUDIO_S16 )  constant AUDIO_S16

an ordinary constant (no special usage info)

[SDL]
AUDIO_U16SYS ( .. )(); 
 ;
( AUDIO_U16SYS )  constant AUDIO_U16SYS

an ordinary constant (no special usage info)

[SDL]
AUDIO_S16SYS ( .. )(); 
 ;
( AUDIO_S16SYS )  constant AUDIO_S16SYS

an ordinary constant (no special usage info)

[SDL]
->SDL_AudioCVT.needed ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioCVT.needed

offsetof(SDL_AudioCVT,needed) (no special usage info)

[SDL]
->SDL_AudioCVT.src_format ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioCVT.src_format

offsetof(SDL_AudioCVT,scr_format) (no special usage info)

[SDL]
->SDL_AudioCVT.dst_format ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioCVT.dst_format

offsetof(SDL_AudioCVT,dst_format) (no special usage info)

[SDL]
->SDL_AudioCVT.rate_incr ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioCVT.rate_incr

offsetof(SDL_AudioCVT,rate_incr) (no special usage info)

[SDL]
->SDL_AudioCVT.buf ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioCVT.buf

offsetof(SDL_AudioCVT,buf) (no special usage info)

[SDL]
->SDL_AudioCVT.len ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioCVT.len

offsetof(SDL_AudioCVT,len) (no special usage info)

[SDL]
->SDL_AudioCVT.len_cvt ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioCVT.len_cvt

offsetof(SDL_AudioCVT,len_cvt) (no special usage info)

[SDL]
->SDL_AudioCVT.len_mult ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioCVT.len_mult

offsetof(SDL_AudioCVT,len_mult) (no special usage info)

[SDL]
->SDL_AudioCVT.len_ratio ( .. )(); 
 ;

ordinary offsetval ->SDL_AudioCVT.len_ratio

offsetof(SDL_AudioCVT,ratio) (no special usage info)

[SDL]
/SDL_AudioCVT ( .. )(); 
 ;
( sizeof(SDL_AudioCVT) )  constant /SDL_AudioCVT

an ordinary constant (no special usage info)

[SDL]

SDL_AudioInit ( .. )();
as:"sdl-audioinit";

ordinary primitive SDL_AudioInit

an executable word (no special usage info)

or wrapper call around SDL_AudioInit

[SDL]

SDL_AudioQuit ( .. )();
as:"sdl-audioquit";

ordinary primitive SDL_AudioQuit

an executable word (no special usage info)

or wrapper call around SDL_AudioQuit

[SDL]
SDL_AudioDriverName ( .. )(); 
 ;

ordinary primitive SDL_AudioDriverName

an executable word (no special usage info)

or wrapper call around SDL_AudioDriverName

[SDL]

SDL_OpenAudio ( .. )();
as:"sdl-openaudio";

ordinary primitive SDL_OpenAudio

an executable word (no special usage info)

or wrapper call around SDL_OpenAudio

[SDL]
SDL_GetAudioStatus ( .. )(); 
 ;

ordinary primitive SDL_GetAudioStatus

an executable word (no special usage info)

or wrapper call around SDL_GetAudioStatus

[SDL]
SDL_AUDIO_STOPPED ( .. )(); 
 ;
( SDL_AUDIO_STOPPED )  constant SDL_AUDIO_STOPPED

an ordinary constant (no special usage info)

[SDL]
SDL_AUDIO_PLAYING ( .. )(); 
 ;
( SDL_AUDIO_PLAYING )  constant SDL_AUDIO_PLAYING

an ordinary constant (no special usage info)

[SDL]
SDL_AUDIO_PAUSED ( .. )(); 
 ;
( SDL_AUDIO_PAUSED )  constant SDL_AUDIO_PAUSED

an ordinary constant (no special usage info)

[SDL]
SDL_LoadWAV_RW ( .. )(); 
 ;

ordinary primitive SDL_LoadWAV_RW

an executable word (no special usage info)

or wrapper call around SDL_LoadWAV_RW

[SDL]

SDL_LoadWAV ( .. )();
as:"sdl-loadwav";

ordinary primitive SDL_LoadWAV

an executable word (no special usage info)

or wrapper call around SDL_LoadWAV

[SDL]

SDL_FreeWAV ( .. )();
as:"sdl-freewav";

ordinary primitive SDL_FreeWAV

an executable word (no special usage info)

or wrapper call around SDL_FreeWAV

[SDL]
SDL_BuildAudioCVT ( .. )(); 
 ;

ordinary primitive SDL_BuildAudioCVT

an executable word (no special usage info)

or wrapper call around SDL_BuildAudioCVT

[SDL]
SDL_ConvertCVT ( .. )(); 
 ;

ordinary primitive SDL_ConvertCVT

an executable word (no special usage info)

or wrapper call around SDL_ConvertCVT

[SDL]

SDL_MixAudio ( .. )();
as:"sdl-mixaudio";

ordinary primitive SDL_MixAudio

an executable word (no special usage info)

or wrapper call around SDL_MixAudio

[SDL]

SDL_LockAudio ( .. )();
as:"sdl-lockaudio";

ordinary primitive SDL_LockAudio

an executable word (no special usage info)

or wrapper call around SDL_LockAudio

[SDL]
SDL_UnLockAudio ( .. )(); 
 ;

ordinary primitive SDL_UnLockAudio

an executable word (no special usage info)

or wrapper call around SDL_UnLockAudio

[SDL]

SDL_LockAudio ( .. )();
as:"sdl-lockaudio";

ordinary primitive SDL_LockAudio

an executable word (no special usage info)

or wrapper call around SDL_LockAudio

[SDL]
SDL_UnlockAudio ( .. )(); 
 ;

ordinary primitive SDL_UnlockAudio

an executable word (no special usage info)

or wrapper call around SDL_UnlockAudio

[SDL]
->SDL_version.major ( .. )(); 
 ;

ordinary offsetval ->SDL_version.major

offsetof(SDL_version,major) (no special usage info)

[SDL]
->SDL_version.minor ( .. )(); 
 ;

ordinary offsetval ->SDL_version.minor

offsetof(SDL_version,minor) (no special usage info)

[SDL]
->SDL_version.patch ( .. )(); 
 ;

ordinary offsetval ->SDL_version.patch

offsetof(SDL_version,patch) (no special usage info)

[SDL]
SDL_Linked_Version ( .. )(); 
 ;

ordinary primitive SDL_Linked_Version

an executable word (no special usage info)

or wrapper call around SDL_Linked_Version

[SDL]
SDL_LinkedVersion ( -- SDL_versionnum )(); 
 ;

This function gets the version of the dynamically linked SDL library. it should NOT be used to fill a version structure, instead you should use the SDL_Version() macro. see SDL_LinkedVersion

 implementation applies the SDL_VERSIONNUM macro to
 extern DECLSPEC const SDL_version * SDL_Linked_Version(void);
 
[SDL]
SDL_CompiledVersion ( -- SDL_versionnum )(); 
 ;

This function gets the version of the SDL library headers the PFE has been linked with. It returns the compact code from SDL_VERSIONNUM macro