SDL-Funktionsübersicht: Unterschied zwischen den Versionen
Flo (Diskussion | Beiträge) K () |
Flo (Diskussion | Beiträge) () |
||
Zeile 12: | Zeile 12: | ||
==Allgemein== | ==Allgemein== | ||
− | [[SDL_GetError]] | + | *[[SDL_GetError]] |
− | [[SDL_Init]] | + | *[[SDL_Init]] |
− | [[SDL_InitSubSystem]] | + | *[[SDL_InitSubSystem]] |
− | [[SDL_LoadFunction]] | + | *[[SDL_LoadFunction]] |
− | [[SDL_LoadObject]] | + | *[[SDL_LoadObject]] |
− | [[SDL_Quit]] | + | *[[SDL_Quit]] |
− | [[SDL_QuitSubSystem]] | + | *[[SDL_QuitSubSystem]] |
− | [[SDL_UnloadObject]] | + | *[[SDL_UnloadObject]] |
− | [[SDL_WasInit]] | + | *[[SDL_WasInit]] |
==Video== | ==Video== | ||
− | [[SDL_CreateRGBSurface]] | + | *[[SDL_CreateRGBSurface]] |
− | [[SDL_CreateRGBSurfaceFrom]] | + | *[[SDL_CreateRGBSurfaceFrom]] |
− | [[SDL_Flip]] | + | *[[SDL_Flip]] |
− | [[SDL_FreeSurface]] | + | *[[SDL_FreeSurface]] |
− | [[SDL_GetGammaRamp]] | + | *[[SDL_GetGammaRamp]] |
− | [[SDL_GetRGB]] | + | *[[SDL_GetRGB]] |
− | [[SDL_GetRGBA]] | + | *[[SDL_GetRGBA]] |
− | [[SDL_GetVideoInfo]] | + | *[[SDL_GetVideoInfo]] |
− | [[SDL_GetVideoSurface]] | + | *[[SDL_GetVideoSurface]] |
− | [[SDL_GL_SwapBuffers]] | + | *[[SDL_GL_SwapBuffers]] |
− | [[SDL_ListModes]] | + | *[[SDL_ListModes]] |
− | [[SDL_LockSurface]] | + | *[[SDL_LockSurface]] |
− | [[SDL_MapRGB]] | + | *[[SDL_MapRGB]] |
− | [[SDL_MapRGBA]] | + | *[[SDL_MapRGBA]] |
− | [[SDL_SetColors]] | + | *[[SDL_SetColors]] |
− | [[SDL_SetGamma]] | + | *[[SDL_SetGamma]] |
− | [[SDL_SetGammaRamp]] | + | *[[SDL_SetGammaRamp]] |
− | [[SDL_SetPalette]] | + | *[[SDL_SetPalette]] |
− | [[SDL_SetVideoMode]] | + | *[[SDL_SetVideoMode]] |
− | [[SDL_UnlockSurface]] | + | *[[SDL_UnlockSurface]] |
− | [[SDL_UpdateRect]] | + | *[[SDL_UpdateRect]] |
− | [[SDL_UpdateRects]] | + | *[[SDL_UpdateRects]] |
− | [[SDL_VideoDriverName]] | + | *[[SDL_VideoDriverName]] |
− | [[SDL_VideoModeOK]] | + | *[[SDL_VideoModeOK]] |
==Fenster Management== | ==Fenster Management== | ||
− | [[SDL_GetWMInfo]] | + | *[[SDL_GetWMInfo]] |
− | [[SDL_WM_GetCaption]] | + | *[[SDL_WM_GetCaption]] |
− | [[SDL_WM_GrabInput]] | + | *[[SDL_WM_GrabInput]] |
− | [[SDL_WM_IconifyWindow]] | + | *[[SDL_WM_IconifyWindow]] |
− | [[SDL_WM_SetCaption]] | + | *[[SDL_WM_SetCaption]] |
− | [[SDL_WM_SetIcon]] | + | *[[SDL_WM_SetIcon]] |
− | [[SDL_WM_ToggleFullScreen]] | + | *[[SDL_WM_ToggleFullScreen]] |
==Ereignisse== | ==Ereignisse== | ||
Zeile 88: | Zeile 88: | ||
==Multi Threading== | ==Multi Threading== | ||
− | [[SDL_CondBroadcast]] | + | *[[SDL_CondBroadcast]] |
− | [[SDL_CondSignal]] | + | *[[SDL_CondSignal]] |
− | [[SDL_CondWait]] | + | *[[SDL_CondWait]] |
− | [[SDL_CondWaitTimeout]] | + | *[[SDL_CondWaitTimeout]] |
− | [[SDL_CreateCond]] | + | *[[SDL_CreateCond]] |
− | [[SDL_CreateMutex]] | + | *[[SDL_CreateMutex]] |
− | [[SDL_CreateSemaphore]] | + | *[[SDL_CreateSemaphore]] |
− | [[SDL_CreateThread]] | + | *[[SDL_CreateThread]] |
− | [[SDL_DestroyCond]] | + | *[[SDL_DestroyCond]] |
− | [[SDL_DestroyMutex]] | + | *[[SDL_DestroyMutex]] |
− | [[SDL_DestroySemaphore]] | + | *[[SDL_DestroySemaphore]] |
− | [[SDL_GetThreadID]] | + | *[[SDL_GetThreadID]] |
− | [[SDL_KillThread]] | + | *[[SDL_KillThread]] |
− | [[SDL_LockMutex]] | + | *[[SDL_LockMutex]] |
− | [[SDL_SemPost]] | + | *[[SDL_SemPost]] |
− | [[SDL_SemTryWait]] | + | *[[SDL_SemTryWait]] |
− | [[SDL_SemValue]] | + | *[[SDL_SemValue]] |
− | [[SDL_SemWait]] | + | *[[SDL_SemWait]] |
− | [[SDL_SemWaitTimeout]] | + | *[[SDL_SemWaitTimeout]] |
− | [[SDL_ThreadID]] | + | *[[SDL_ThreadID]] |
− | [[SDL_UnLockMutex]] | + | *[[SDL_UnLockMutex]] |
− | [[SDL_WaitThread]] | + | *[[SDL_WaitThread]] |
==Zeit Management== | ==Zeit Management== | ||
− | [[SDL_AddTimer]] | + | *[[SDL_AddTimer]] |
− | [[SDL_Delay]] | + | *[[SDL_Delay]] |
− | [[SDL_GetTicks]] | + | *[[SDL_GetTicks]] |
− | [[SDL_RemoveTimer]] | + | *[[SDL_RemoveTimer]] |
− | [[SDL_SetTimer]] | + | *[[SDL_SetTimer]] |
Version vom 19. August 2005, 19:08 Uhr
In dieser Übersicht finden Sie Übersetzungen der SDL-Dokumentation in alphabetischer Ordnung. Die orginal Dokumentation kann hier gefunden werden: libsdl.org
Inhaltsverzeichnis
Benutzung
Jeder Artikel soll der Kategorie:SDL zugeordnet werden. Dies geschieht, indem ihr in der letzten Zeile des Artikel den folgenden Wikicode einfügt:
[[Kategorie:SDL|ArtikelNameOhneSDLamAnfang]]
Nutzt als Basis für die Artikel die Funktionsvorlage. Haltet euch primär an die oben verlinkte orginale Spezifikation. Eigene Erfahrungen können natürlich als Hinweis angefügt werden, ersetzen aber niemals die orginalen Texte.
SDL-API
Allgemein
- SDL_GetError
- SDL_Init
- SDL_InitSubSystem
- SDL_LoadFunction
- SDL_LoadObject
- SDL_Quit
- SDL_QuitSubSystem
- SDL_UnloadObject
- SDL_WasInit
Video
- SDL_CreateRGBSurface
- SDL_CreateRGBSurfaceFrom
- SDL_Flip
- SDL_FreeSurface
- SDL_GetGammaRamp
- SDL_GetRGB
- SDL_GetRGBA
- SDL_GetVideoInfo
- SDL_GetVideoSurface
- SDL_GL_SwapBuffers
- SDL_ListModes
- SDL_LockSurface
- SDL_MapRGB
- SDL_MapRGBA
- SDL_SetColors
- SDL_SetGamma
- SDL_SetGammaRamp
- SDL_SetPalette
- SDL_SetVideoMode
- SDL_UnlockSurface
- SDL_UpdateRect
- SDL_UpdateRects
- SDL_VideoDriverName
- SDL_VideoModeOK
Fenster Management
- SDL_GetWMInfo
- SDL_WM_GetCaption
- SDL_WM_GrabInput
- SDL_WM_IconifyWindow
- SDL_WM_SetCaption
- SDL_WM_SetIcon
- SDL_WM_ToggleFullScreen
Ereignisse
- SDL_PumpEvents
- SDL_PeepEvents
- SDL_PollEvent
- SDL_WaitEvent
- SDL_PushEvent
- SDL_SetEventFilter
- SDL_EventState
- SDL_GetKeyState
- SDL_GetModState
- SDL_SetModState
- SDL_GetKeyName
- SDL_EnableUNICODE
- SDL_EnableKeyRepeat
- SDL_GetMouseState
- SDL_GetAppState
- SDL_JoystickEventState
Joystick
noch keine Artikel
Audio
noch keine Artikel
CD-ROM
noch keine Artikel
Multi Threading
- SDL_CondBroadcast
- SDL_CondSignal
- SDL_CondWait
- SDL_CondWaitTimeout
- SDL_CreateCond
- SDL_CreateMutex
- SDL_CreateSemaphore
- SDL_CreateThread
- SDL_DestroyCond
- SDL_DestroyMutex
- SDL_DestroySemaphore
- SDL_GetThreadID
- SDL_KillThread
- SDL_LockMutex
- SDL_SemPost
- SDL_SemTryWait
- SDL_SemValue
- SDL_SemWait
- SDL_SemWaitTimeout
- SDL_ThreadID
- SDL_UnLockMutex
- SDL_WaitThread
Zeit Management
Dateien (RWops)
noch keine Artikel
Zusatz Bibiotheken
SDL Net
Alle Artikel dieses Abschnitts der Kategorie SDLNET zuordnen. Dazu einfach in die letzte Zeile des Artikels folgenen Code schreiben:
[[Kategorie:SDLNET|NameDesArtikelsOhneSDLNetAmAnfang]]
Allgemein
Namens Auflösung
(bisher keine Artikel)
TCP Sockets
(bisher keine Artikel)
UDP Sockets
(bisher keine Artikel)
UDP Packete
(bisher keine Artikel)
Socket Sätze/Mengen
(bisher keine Artikel)
Typen
(bisher keine Artikel)
Defines
(bisher keine Artikel)