|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sdljava.event.SDLEvent sdljava.event.SDLExposeEvent
public class SDLExposeEvent
SDL_ExposeEvent is a member of the SDL_Event union and is used whan an event of type SDL_VIDEOEXPOSE is reported.
A VIDEOEXPOSE event is triggered when the screen has been modified outside of the application, usually by the window manager and needs to be redrawn.
Field Summary | |
---|---|
(package private) SDL_ExposeEvent |
swigExposeEvent
|
Constructor Summary | |
---|---|
SDLExposeEvent()
|
Method Summary | |
---|---|
SDL_ExposeEvent |
getSwigExposeEvent()
Gets the value of swigExposeEvent |
int |
getType()
The type of the this event |
void |
setSwigExposeEvent(SDL_ExposeEvent argSwigExposeEvent)
Sets the value of swigExposeEvent |
Methods inherited from class sdljava.event.SDLEvent |
---|
enableKeyRepeat, enableUNICODE, eventState, getAppState, getKeyName, getModState, getMouseState, getRelativeMouseState, joystickEventState, pollEvent, pollEvent, processEvent, pumpEvents, setModState, waitEvent, waitEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
SDL_ExposeEvent swigExposeEvent
Constructor Detail |
---|
public SDLExposeEvent()
Method Detail |
---|
public SDL_ExposeEvent getSwigExposeEvent()
public void setSwigExposeEvent(SDL_ExposeEvent argSwigExposeEvent)
argSwigExposeEvent
- Value to assign to this.swigExposeEventpublic int getType()
getType
in class SDLEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |