sdljava.event

Class SDLUserEvent

public class SDLUserEvent extends SDLEvent

This event is unique, it is never created by SDL but only by the user. The event can be pushed onto the event queue using SDL_PushEvent. The contents of the structure members or completely up to the programmer, the only requirement is that type is a value from SDL_USEREVENT to SDL_NUMEVENTS-1 (inclusive).

Version: $Id: SDLUserEvent.java,v 1.4 2005/01/25 02:50:45 ivan_ganza Exp $

Author: Ivan Z. Ganza

Method Summary
intgetType()
The type of the this event

Method Detail

getType

public int getType()
The type of the this event

Returns: The type of event