• Home
  • Raw
  • Download

Lines Matching refs:Added

7 	Added cast macros for correct usage with C++:
11 Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for
14 Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal
18 Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants.
21 Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling
35 Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment
38 Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications.
40 Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.
42 Added current_w and current_h to the SDL_VideoInfo structure,
49 Added SDL_GetKeyRepeat()
51 Added SDL_config.h, with defaults for various build environments.
54 Added CPU feature detection functions to SDL_cpuinfo.h:
57 Added function to create RWops from const memory: SDL_RWFromConstMem()
60 Added SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject()
62 Added SDL_GL_MULTISAMPLEBUFFERS and SDL_GL_MULTISAMPLESAMPLES for FSAA
65 Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5)
67 Added SDL_GL_STEREO for stereoscopic OpenGL contexts
70 Added SDL_VIDEOEXPOSE event to signal that the screen needs to
80 Added a function to query the clipping rectangle for a surface:
83 Added a function to query the current event filter:
107 Added a function to return the thread ID of a specific thread:
135 Added a function to see what subsystems have been initialized:
254 Added SDL_FreeRW() to the API, to complement SDL_AllocRW()
256 Added resizable window support - just add SDL_RESIZABLE to the
260 Added condition variable support, based on mutexes and semaphores.
269 Added counting semaphore support, based on the mutex primitive.
279 Added support for asynchronous blitting. To take advantage of this,
285 Added YUV video overlay support.
316 Added multiple timer support:
322 Added initial OpenGL support.
334 Added functions to initialize and cleanup specific SDL subsystems:
337 Added user-defined event type:
346 Added a function to push events into the event queue:
360 Added a function to get mouse deltas since last query:
363 Added a boolean datatype to SDL_types.h:
366 Added a function to get the current audio status:
373 Added an AAlib driver (ASCII Art) - by Stephane Peter.
383 Added SDL_AudioDriverName() and SDL_VideoDriverName()
385 Added new window manager function:
419 Added a function to enable keyboard repeat:
422 Added a function to grab the mouse and keyboard input
425 Added a function to iconify the window.
431 Added constants to SDL_audio.h for 16-bit native byte ordering:
447 Added SDL_GetRGB() to the headers and documentation.
483 Added a function SDL_SetLibraryPath() which can be used to specify
510 Added a function SDL_EnableUNICODE() to enable/disable UNICODE
525 Added functions to SDL_endian.h to support 64-bit datatypes:
661 Added a fast rectangle fill function: SDL_FillRect()
693 Added SDL_FPLoadBMP(), SDL_FPSaveBMP(), SDL_FPLoadWAV(), which take
696 Added CD-ROM audio control API: