GLBasic forum

Feature request => 2D => Topic started by: MrTAToad on 2008-Oct-27

Title: SDL Access
Post by: MrTAToad on 2008-Oct-27
Would be nice if access to some SDL functions was availiable.
Title: Re: SDL Access
Post by: Kitty Hello on 2008-Oct-27
which ones? Usually GLBasic offers all that SDL offers and more.
Title: Re: SDL Access
Post by: MrTAToad on 2008-Oct-27
Access to SDL_SM_SetCaption would be nice :)

as would :

SDL_ListModes - List of screen resolutions
SDL_GetVideoInfo - Video information
Title: Re: SDL Access
Post by: Kitty Hello on 2008-Oct-27
Code (glbasic) Select

INLINE
#IFNDEF WIN32
   extern "C" ... prototypes.
#ENDIF
Title: Re: SDL Access
Post by: MrTAToad on 2008-Oct-27
Also need it for Windows too :)

Might have got some sort of system going!