sdljava.x.swig

Class SDL_SysWMEvent

public class SDL_SysWMEvent extends Object

Field Summary
protected booleanswigCMemOwn
longswigCPtr
Constructor Summary
SDL_SysWMEvent(long cPtr, boolean cMemoryOwn)
SDL_SysWMEvent()
Method Summary
voiddelete()
protected voidfinalize()
static longgetCPtr(SDL_SysWMEvent obj)
SWIGTYPE_p_SDL_SysWMmsggetMsg()
shortgetType()
voidsetMsg(SWIGTYPE_p_SDL_SysWMmsg value)
voidsetType(short value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

swigCPtr

private long swigCPtr

Constructor Detail

SDL_SysWMEvent

public SDL_SysWMEvent(long cPtr, boolean cMemoryOwn)

SDL_SysWMEvent

public SDL_SysWMEvent()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getCPtr

public static long getCPtr(SDL_SysWMEvent obj)

getMsg

public SWIGTYPE_p_SDL_SysWMmsg getMsg()

getType

public short getType()

setMsg

public void setMsg(SWIGTYPE_p_SDL_SysWMmsg value)

setType

public void setType(short value)