SDL Framework RSS
NAVIGATION >>
HOME API TOOLS FORUM REPORT BUGS
STRUCTS // DEFINES // ENUMS // FUNCTIONS

- [Expand all]    + [Collapse all]


:. SDL_audio.h +

  SDL_AudioSpec

 freq     : int
 format   : Uint16
 channels : Uint8
 silence  : Uint8
 samples  : Uint16
 padding  : Uint16
 size     : Uint32
 callback : Not yet implemented
 userdata : void
 v1.0.2 

  SDL_AudioCVT

 needed       : int
 src_format   : Uint16
 dst_format   : Uint16
 rate_incr    : double
 buf          : Uint8 *
 len          : int
 len_cvt      : int
 len_mult     : int
 len_ratio    : double
 filters      : Not yet implemented
 filter_index : int
 v1.0.2 



top

:. SDL_cdrom.h +

  SDL_CDtrack

 id     : Uint8
 type   : Uint8
 unused : Uint16
 length : Uint32
 offset : Uint32
 v1.0.2 

  SDL_CD

 id        : int
 status    : CDstatus
 numtracks : int
 cur_track : int
 cur_frame : int
 track     : Not yet implemented
 v1.0.2 



top

:. SDL_events.h +

  SDL_ActiveEvent

 type  : Uint8
 gain  : Uint8
 state : Uint8
 v1.0.2 

  SDL_KeyboardEvent

 type   : Uint8
 which  : Uint8
 state  : Uint8
 keysym : SDL_keysym
 v1.0.2 

  SDL_MouseMotionEvent

 type  : Uint8
 which : Uint8
 state : Uint8
 x     : Uint16
 y     : Uint16
 xrel  : Sint16
 yrel  : Sint16
 v1.0.2 

  SDL_MouseButtonEvent

 type   : Uint8
 which  : Uint8
 state  : Uint8
 button : Uint8
 x      : Uint16
 y      : Uint16
 v1.0.2 

  SDL_JoyAxisEvent

 type  : Uint8
 which : Uint8
 axis  : Uint8
 value : Sint16
 v1.0.2 

  SDL_JoyBallEvent

 type  : Uint8
 which : Uint8
 ball  : Uint8
 xrel  : Sint16
 yrel  : Sint16
 v1.0.2 

  SDL_JoyHatEvent

 type  : Uint8
 which : Uint8
 hat   : Uint8
 value : Uint8
 v1.0.2 

  SDL_JoyButtonEvent

 type   : Uint8
 which  : Uint8
 state  : Uint8
 button : Uint8
 v1.0.2 

  SDL_ResizeEvent

 type : Uint8
 w    : int
 h    : int
 v1.0.2 

  SDL_ExposeEvent

 type : Uint8
 v1.0.2 

  SDL_QuitEvent

 type : Uint8
 v1.0.2 

  SDL_UserEvent

 type  : Uint8
 code  : int
 data1 : void *
 data2 : void *
 v1.0.2 

  SDL_SysWMEvent

 type : Uint8
 msg  : SDL_SysWMmsg
 v1.0.2 

  SDL_Event

 type    : Uint8
 active  : SDL_ActiveEvent
 key     : SDL_KeyboardEvent
 motion  : SDL_MouseMotionEvent
 button  : SDL_MouseButtonEvent
 jaxis   : SDL_JoyAxisEvent
 jball   : SDL_JoyBallEvent
 jhat    : SDL_JoyHatEvent
 jbutton : SDL_JoyButtonEvent
 resize  : SDL_ResizeEvent
 expose  : SDL_ExposeEvent
 quit    : SDL_QuitEvent
 user    : SDL_UserEvent
 syswm   : SDL_SysWMEvent
 v1.0.2 



top

:. SDL_keyboard.h +

  SDL_keysym

 scancode : Uint8
 sym      : SDLKey
 mod      : SDLMod
 unicode  : Uint16
 v1.0.2 



top

:. SDL_mouse.h +

  SDL_Cursor

 area      : SDL_Rect
 hot_x     : Sint16
 hot_y     : Sint16
 data      : Uint8 *
 mask      : Uint8 *
 save      : Not yet implemented
 wm_cursor : WMcursor *
 v1.0.2 



top

:. SDL_rwops.h +

  SDL_RWops

 type  : Uint32
 seek  : Not yet implemented
 read  : Not yet implemented
 write : Not yet implemented
 close : Not yet implemented
 v1.0.2 



top

:. SDL_version.h +

  SDL_version

 major : Uint8
 minor : Uint8
 patch : Uint8
 v1.0.2 



top

:. SDL_video.h +

  SDL_Rect

 x : Sint16
 y : Sint16
 w : Uint16
 h : Uint16
 v1.0.2 

  SDL_Color

 r      : Uint8
 g      : Uint8
 b      : Uint8
 unused : Uint8
 v1.0.2 

  SDL_Palette

 ncolors : int
 colors  : SDL_Color
 v1.0.2 

  SDL_PixelFormat

 palette       : SDL_Palette
 BitsPerPixel  : Uint8
 BytesPerPixel : Uint8
 Rloss         : Uint8
 Gloss         : Uint8
 Bloss         : Uint8
 Aloss         : Uint8
 Rshift        : Uint8
 Gshift        : Uint8
 Bshift        : Uint8
 Ashift        : Uint8
 Rmask         : Uint32
 Gmask         : Uint32
 Bmask         : Uint32
 Amask         : Uint32
 colorkey      : Uint32
 alpha         : Uint8
 v1.0.2 

  SDL_Surface

 flags          : Uint32
 format         : SDL_PixelFormat
 w              : int
 h              : int
 pitch          : Uint16
 pixels         : void *
 offset         : int
 hwdata         : Not yet implemented
 clip_rect      : SDL_Rect
 unused1        : Uint32
 locked         : Uint32
 map            : Not yet implemented
 format_version : unsigned int
 refcount       : int
 v1.0.2 

  SDL_VideoInfo

 hw_available : Uint32
 wm_available : Uint32
 UnusedBits1  : Uint32
 UnusedBits2  : Uint32
 blit_hw      : Uint32
 blit_hw_CC   : Uint32
 blit_hw_A    : Uint32
 blit_sw      : Uint32
 blit_sw_CC   : Uint32
 blit_sw_A    : Uint32
 blit_fill    : Uint32
 UnusedBits3  : Uint32
 video_mem    : Uint32
 vfmt         : SDL_PixelFormat
 current_w    : int
 current_h    : int
 v1.0.2 

  SDL_Overlay

 format     : Uint32
 w          : int
 h          : int
 planes     : int
 pitches    : Not yet implemented
 pixels     : Not yet implemented
 hwfuncs    : Not yet implemented
 hwdata     : Not yet implemented
 hw_overlay : Uint32
 UnusedBits : Uint32
 v1.0.2 



top

:. SDL_mixer.h +

  MIX_Chunk

 allocated  : int
 abuf       : Uint8 *
 alen       : Uint32
 volume     : Uint8
 v1.3 



top

:. SDL_net.h +

  NET_IPaddress

 host : Uint32
 port : Uint16
 v1.4 

  NET_UDPpacket

 channel : int
 data    : Uint8 *
 len     : int
 maxlen  : int
 status  : int
 address : NET_IPaddress
 v1.4 

  NET_GenericSocket

 ready : int
 v1.4 



top

:. SDL_framerate.h +

  GFX_FPSmanager

 framecount : Uint32
 rateticks  : float
 baseticks  : Uint32
 lastticks  : Uint32
 rate       : Uint32
 v1.5 



top

:. SDL_zip.h +

  unz_global_info

 number_entry        : ZPOS64_T
 number_disk_with_CD : uLong (1.7.1)
 size_comment        : uLong
 v1.6 

  tm_unz

 tm_sec  : uInt
 tm_min  : uInt
 tm_hour : uInt
 tm_mday : uInt
 tm_mon  : uInt
 tm_year : uInt
 v1.6 

  unz_file_info

 version            : uLong
 version_needed     : uLong
 flag               : uLong
 compression_method : uLong
 dosDate            : uLong
 crc                : uLong
 compressed_size    : uLong
 uncompressed_size  : uLong
 size_filename      : uLong
 size_file_extra    : uLong
 size_file_comment  : uLong
 disk_num_start     : uLong
 internal_fa        : uLong
 external_fa        : uLong
 tmu_date           : tm_unz
 disk_offset        : uLong
 v1.6 

  ZIP_File

 file        : unzFile
 file_info   : unz_file_info
 global_info : unz_global_info
 password    : string
 passlen     : unsigned long
 buffer      : Uint8 *
 match_case  : int
 encrypted   : int
 v1.6 



top

:. SDLFW +

  SDLFW_AudioChunk

 spec     : SDL_AudioSpec
 buffer   : Uint8 *
 length   : Uint32
 id       : Uint32
 position : Uint32
 loop     : boolean
 play     : boolean
 v1.0.2 

  SDLFW_Color

 r : Uint8
 g : Uint8
 b : Uint8
 a : Uint8
 v1.0.2 

  SDLFW_Keyboard

 delay    : int
 interval : int
 numkeys  : int
 v1.0.2 



top

:. SDLFW - TTF +

  SDLFW_TTF_GlyphMetrics

 minx    : int
 maxx    : int
 miny    : int
 maxy    : int
 advance : int
 v1.2 



top

:. SDLFW - MIXER +

  SDLFW_MIX_AudioSpec

 frequency : int
 channels  : int
 format    : Uint16
 v1.3.1 



top
SourceForge.net
SDLFW.sf.net Except where otherwise noted, content on this site is
licensed under a Creative Commons Attribution 3.0 License.