Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.libsdl.event
Class SDLQuitEvent  view SDLQuitEvent download SDLQuitEvent.java

java.lang.Object
  extended byorg.libsdl.event.SDLEvent
      extended byorg.libsdl.event.SDLQuitEvent

public class SDLQuitEvent
extends SDLEvent

The SDLQuitEvent represents a user quit event. When the user closes the window, for example, this event will occur.

Version:
$revision$

Field Summary
 
Fields inherited from class org.libsdl.event.SDLEvent
SDL_ACTIVEEVENT, SDL_EVENT_RESERVED1, SDL_EVENT_RESERVED2, SDL_EVENT_RESERVED3, SDL_EVENT_RESERVED4, SDL_EVENT_RESERVED5, SDL_EVENT_RESERVED6, SDL_EVENT_RESERVED7, SDL_EVENT_RESERVEDA, SDL_EVENT_RESERVEDB, SDL_JOYAXISMOTION, SDL_JOYBALLMOTION, SDL_JOYBUTTONDOWN, SDL_JOYBUTTONUP, SDL_JOYHATMOTION, SDL_KEYDOWN, SDL_KEYUP, SDL_MOUSEBUTTONDOWN, SDL_MOUSEBUTTONUP, SDL_MOUSEMOTION, SDL_NOEVENT, SDL_NUMEVENTS, SDL_QUIT, SDL_SYSWMEVENT, SDL_USEREVENT, SDL_VIDEORESIZE
 
Constructor Summary
SDLQuitEvent(short type)
          Constructs a new SDLQuitEvent of the given type.
 
Methods inherited from class org.libsdl.event.SDLEvent
getSubType, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDLQuitEvent

public SDLQuitEvent(short type)
Constructs a new SDLQuitEvent of the given type.