- Your Widget Set For OpenGL
Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

ux_sdl_prototypes.hpp

00001 /*************************************************************************** 00002 LibUFO - UI For OpenGL 00003 copyright : (C) 2001-2005 by Johannes Schmidt 00004 email : schmidtjf at users.sourceforge.net 00005 ------------------- 00006 00007 file : src/ux/ux_sdl_prototypes.hpp 00008 begin : Thu Jul 29 2004 00009 $Id: ux_sdl_prototypes.hpp,v 1.4 2005/02/13 17:49:30 schmidtjf Exp $ 00010 ***************************************************************************/ 00011 00012 /*************************************************************************** 00013 * This library is free software; you can redistribute it and/or * 00014 * modify it under the terms of the GNU Lesser General Public * 00015 * License as published by the Free Software Foundation; either * 00016 * version 2.1 of the License, or (at your option) any later version. * 00017 * * 00018 * This library is distributed in the hope that it will be useful, * 00019 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00020 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 00021 * Lesser General Public License for more details. * 00022 * * 00023 * You should have received a copy of the GNU Lesser General Public * 00024 * License along with this library; if not, write to the Free Software * 00025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 00026 ***************************************************************************/ 00027 00028 00029 #define UFO_SDL_PROC_UNUSED(ret,func,params) 00030 00031 UFO_SDL_PROC(SDL_Surface *,SDL_SetVideoMode,(int, int,int, Uint32)) 00032 UFO_SDL_PROC(SDL_Surface *,SDL_GetVideoSurface,(void)) 00033 UFO_SDL_PROC(int,SDL_Init,(Uint32 flags)) 00034 UFO_SDL_PROC(int,SDL_Quit,(void)) 00035 UFO_SDL_PROC(void,SDL_PumpEvents,(void)) 00036 UFO_SDL_PROC(int,SDL_PeepEvents,(SDL_Event *, int,SDL_eventaction, Uint32)) 00037 UFO_SDL_PROC(Uint8,SDL_EventState,(Uint8, int)) 00038 UFO_SDL_PROC(char *,SDL_GetError,(void)) 00039 UFO_SDL_PROC(int,SDL_GetWMInfo,(SDL_SysWMinfo *)) 00040 UFO_SDL_PROC(void,SDL_WM_SetCaption,(const char *, const char *)) 00041 UFO_SDL_PROC(void,SDL_WM_GetCaption,(char **, char **)) 00042 UFO_SDL_PROC(void,SDL_GL_SwapBuffers,(void)) 00043 UFO_SDL_PROC(SDLMod,SDL_GetModState,(void)) 00044 UFO_SDL_PROC(Uint8,SDL_GetMouseState,(int *, int *)) 00045 UFO_SDL_PROC(int,SDL_EnableUNICODE,(int)) 00046 UFO_SDL_PROC(int,SDL_EnableKeyRepeat,(int, int))

The libUFO Project - written by Johannes Schmidt