sdljava.event
public class SDLActiveEvent extends SDLEvent
Note: This event does not occur when an application window is first created.
Version: $Id: SDLActiveEvent.java,v 1.8 2005/01/25 02:50:43 ivan_ganza Exp $
| Field Summary | |
|---|---|
| SDL_ActiveEvent | swigActiveEvent
Reference to the SWIG generated event
|
| static int | SDL_APPACTIVE
The application is active
|
| static int | SDL_APPINPUTFOCUS
The app has input focus
|
| static int | SDL_APPMOUSEFOCUS
The app has mouse coverage
|
| Method Summary | |
|---|---|
| SDL_ActiveEvent | getSwigActiveEvent()
Gets the value of swigActiveEvent
|
| int | getType()
The type of the this event
|
| void | setSwigActiveEvent(SDL_ActiveEvent argSwigActiveEvent)
Sets the value of swigActiveEvent
|
| String | toString() |
| String | translateState(int state) |
Returns: the value of swigActiveEvent
Returns: The type of event
Parameters: argSwigActiveEvent Value to assign to this.swigActiveEvent
Returns: a String representation of myself