comparison include/SDL_shape.h @ 4767:dc3fd9b7fcbc

I'm actually going to have to alter this proposed API a fair bit, but it's coming along. I want to keep it as orthogonal to the rest of SDL as possible.
author Eli Gottlieb <eligottlieb@gmail.com>
date Sun, 23 May 2010 01:27:09 -0400
parents 7b50faf23907
children 4435e014eacc
comparison
equal deleted inserted replaced
4766:7b50faf23907 4767:dc3fd9b7fcbc
32 * \param y The y position of the window, ::SDL_WINDOWPOS_CENTERED, or 32 * \param y The y position of the window, ::SDL_WINDOWPOS_CENTERED, or
33 * ::SDL_WINDOWPOS_UNDEFINED. 33 * ::SDL_WINDOWPOS_UNDEFINED.
34 * \param w The width of the window. 34 * \param w The width of the window.
35 * \param h The height of the window. 35 * \param h The height of the window.
36 * \param flags The flags for the window, a mask of SDL_WINDOW_BORDERLESS with any of the following: 36 * \param flags The flags for the window, a mask of SDL_WINDOW_BORDERLESS with any of the following:
37 * ::SDL_WINDOW_FULLSCREEN, ::SDL_WINDOW_OPENGL, 37 * ::SDL_WINDOW_OPENGL, ::SDL_WINDOW_INPUT_GRABBED,
38 * ::SDL_WINDOW_SHOWN, ::SDL_WINDOW_RESIZABLE, 38 * ::SDL_WINDOW_SHOWN, ::SDL_WINDOW_RESIZABLE,
39 * ::SDL_WINDOW_MAXIMIZED, ::SDL_WINDOW_MINIMIZED, 39 * ::SDL_WINDOW_MAXIMIZED, ::SDL_WINDOW_MINIMIZED,
40 * ::SDL_WINDOW_INPUT_GRABBED. 40 * ::SDL_WINDOW_BORDERLESS is always set, and ::SDL_WINDOW_FULLSCREEN is always unset.
41 * 41 *
42 * \return The id of the window created, or zero if window creation failed. 42 * \return The id of the window created, or zero if window creation failed.
43 * 43 *
44 * \sa SDL_DestroyWindow() 44 * \sa SDL_DestroyWindow()
45 */ 45 */