SDL Access

Previous topic - Next topic

MrTAToad

Would be nice if access to some SDL functions was availiable.

Kitty Hello

which ones? Usually GLBasic offers all that SDL offers and more.

MrTAToad

#2
Access to SDL_SM_SetCaption would be nice :)

as would :

SDL_ListModes - List of screen resolutions
SDL_GetVideoInfo - Video information

Kitty Hello

Code (glbasic) Select

INLINE
#IFNDEF WIN32
   extern "C" ... prototypes.
#ENDIF

MrTAToad

Also need it for Windows too :)

Might have got some sort of system going!