SDL++
C++wrapperfortheSDLlibrary.
|
#include <SDL.h>
#include "sdlpp/event/SimpleComparator.h"
Go to the source code of this file.
Classes | |
struct | sdl::event::ActiveBase |
Base for an active event that exposes the SDL_ActiveEvent structure. More... | |
struct | sdl::event::ExposeBase |
Base for an expose event that exposes the SDL_ExposeEvent structure. More... | |
struct | sdl::event::QuitBase |
Base for a quit event that exposes the SDL_QuitEvent structure. More... | |
struct | sdl::event::ResizeBase |
Base for a resize event that exposes the SDL_ResizeEvent structure. More... | |
struct | sdl::event::WindowManagerBase |
Base for a window manager event that exposes the SDL_SysWMEvent structure. More... | |
Namespaces | |
namespace | sdl |
namespace | sdl::event |
Typedefs | |
typedef Event < SimpleComparator < SDL_ACTIVEEVENT > , ActiveBase > | sdl::event::Active |
Represents an application window active event. | |
typedef Event < SimpleComparator < SDL_VIDEOEXPOSE > , ExposeBase > | sdl::event::Expose |
Represents an application window expose event. | |
typedef Event < SimpleComparator< SDL_QUIT > , QuitBase > | sdl::event::Quit |
Represents an application quit event. | |
typedef Event < SimpleComparator < SDL_VIDEORESIZE > , ResizeBase > | sdl::event::Resize |
Represents an application window resize event. | |
typedef Event < SimpleComparator < SDL_SYSWMEVENT > , WindowManagerBase > | sdl::event::WindowManager |
Represents an undefined window manager event. |
Contains various application window event classes.
Copyright (C) 2005 Thomas P. Lahoda
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Definition in file WindowEvents.h.