Wiki Page Content

Differences between revisions 29 and 30
Revision 29 as of 2010-08-01 22:02:13
Size: 5025
Editor: SheenaSmith
Comment: add content
Revision 30 as of 2010-08-23 19:40:36
Size: 4851
Editor: SheenaSmith
Comment: removed enums and structs, updated formatting
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
== Enumerations ==

[[CategoryEnum|View the SDL Enumerations]]

== Structures ==

[[CategoryStruct|View the SDL Structures]]

== Functions ==
=== Basics ===
== Basics ==
Line 27: Line 18:
=== Video === == Video ==
Line 37: Line 28:
=== Input Events === == Input Events ==
Line 46: Line 37:
=== Force Feedback === == Force Feedback ==
Line 52: Line 43:
=== Audio === == Audio ==
Line 58: Line 49:
=== Threads === == Threads ==
Line 66: Line 57:
=== Timers === == Timers ==
Line 72: Line 63:
=== File I/O Abstraction === == File I/O Abstraction ==
Line 78: Line 69:
=== Shared Object Support ===
== Shared Object Support ===
Line 84: Line 74:
=== Platform and CPU Information === == Platform and CPU Information ==
Line 92: Line 82:
=== Power Management === == Power Management ==

SDL 1.3 API by Category

Basics

View information and functions related to...

View the header

Initialization & Shutdown

SDL.h

Error Handling

SDL_error.h

Querying SDL Version

SDL_version.h

Video

View information and functions related to...

View the header

Display Management, Window Management and Rendering

SDL_video.h

Pixel Formats and Conversion Routines

SDL_pixels.h

Rectangle Functions

SDL_rect.h

Surface Creation and Simple Drawing

SDL_surface.h

Platform-specific Window Management

SDL_syswm.h

Input Events

View information and functions related to...

View the header

Event Handling

SDL_events.h

Keyboard Support

SDL_keyboard.h

Mouse Support

SDL_mouse.h

Joystick Support

SDL_joystick.h

Force Feedback

View information and functions related to...

View the header

Force Feedback Support

SDL_haptic.h

Audio

View information and functions related to...

View the header

Audio Device Management, Playing and Recording

SDL_audio.h

Threads

View information and functions related to...

View the header

Thread Management

SDL_thread.h

Thread Synchronization Primitives

SDL_mutex.h

Atomic Operations for 32 and 64 Bit Values

SDL_atomic.h

Timers

View information and functions related to...

View the header

Timer Support

SDL_timer.h

File I/O Abstraction

View information and functions related to...

View the header

File I/O Abstraction

SDL_rwops.h

== Shared Object Support ===

View information and functions related to...

View the header

Shared Object Loading and Function Lookup

SDL_loadso.h

Platform and CPU Information

View information and functions related to...

View the header

Platform Detection

SDL_platform.h

CPU Feature Detection

SDL_cpuinfo.h

Byte Order and Byte Swapping

SDL_endian.h

Power Management

View information and functions related to...

View the header

Power Management Status

SDL_power.h

None: APIByCategory (last edited 2020-01-13 13:44:18 by markand)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit