ATSLIB/contrib/SDL2/SDL


  • SDL_CreateWindow
  • SDL_DestroyWindow
  • SDL_GetWindowSurface

  • SDL_CreateWindow

    Synopsis

    fun SDL_CreateWindow
    (
      title: NSH(string), x: int, y: int, w: int, h: int, flags: Uint32
    ) : SDL_Window_ptr0 = "mac#%" // end of [SDL_CreateWindow]

    SDL_DestroyWindow

    Synopsis

    fun SDL_DestroyWindow (SDL_Window_ptr0): void = "mac#%"

    SDL_GetWindowSurface

    Synopsis

    fun SDL_GetWindowSurface
      (win: !SDL_Window_ptr1): [l:addr] vttakeout0(SDL_Surface_ptr(l)) = "mac#%"

    This page is created with ATS by Hongwei Xi and also maintained by Hongwei Xi. SourceForge.net Logo