sdljava.x.swig

Class SDL_Event

public class SDL_Event extends Object

Field Summary
protected booleanswigCMemOwn
longswigCPtr
Constructor Summary
protected SDL_Event(long cPtr, boolean cMemoryOwn)
SDL_Event()
Method Summary
voiddelete()
protected voidfinalize()
SDL_ActiveEventgetActive()
SDL_MouseButtonEventgetButton()
protected static longgetCPtr(SDL_Event obj)
SDL_ExposeEventgetExpose()
SDL_JoyAxisEventgetJaxis()
SDL_JoyBallEventgetJball()
SDL_JoyButtonEventgetJbutton()
SDL_JoyHatEventgetJhat()
SDL_KeyboardEventgetKey()
SDL_MouseMotionEventgetMotion()
SDL_QuitEventgetQuit()
SDL_ResizeEventgetResize()
SDL_SysWMEventgetSyswm()
shortgetType()
voidsetActive(SDL_ActiveEvent value)
voidsetButton(SDL_MouseButtonEvent value)
voidsetExpose(SDL_ExposeEvent value)
voidsetJaxis(SDL_JoyAxisEvent value)
voidsetJball(SDL_JoyBallEvent value)
voidsetJbutton(SDL_JoyButtonEvent value)
voidsetJhat(SDL_JoyHatEvent value)
voidsetKey(SDL_KeyboardEvent value)
voidsetMotion(SDL_MouseMotionEvent value)
voidsetQuit(SDL_QuitEvent value)
voidsetResize(SDL_ResizeEvent value)
voidsetSyswm(SDL_SysWMEvent value)
voidsetType(short value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

swigCPtr

private long swigCPtr

Constructor Detail

SDL_Event

protected SDL_Event(long cPtr, boolean cMemoryOwn)

SDL_Event

public SDL_Event()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getActive

public SDL_ActiveEvent getActive()

getButton

public SDL_MouseButtonEvent getButton()

getCPtr

protected static long getCPtr(SDL_Event obj)

getExpose

public SDL_ExposeEvent getExpose()

getJaxis

public SDL_JoyAxisEvent getJaxis()

getJball

public SDL_JoyBallEvent getJball()

getJbutton

public SDL_JoyButtonEvent getJbutton()

getJhat

public SDL_JoyHatEvent getJhat()

getKey

public SDL_KeyboardEvent getKey()

getMotion

public SDL_MouseMotionEvent getMotion()

getQuit

public SDL_QuitEvent getQuit()

getResize

public SDL_ResizeEvent getResize()

getSyswm

public SDL_SysWMEvent getSyswm()

getType

public short getType()

setActive

public void setActive(SDL_ActiveEvent value)

setButton

public void setButton(SDL_MouseButtonEvent value)

setExpose

public void setExpose(SDL_ExposeEvent value)

setJaxis

public void setJaxis(SDL_JoyAxisEvent value)

setJball

public void setJball(SDL_JoyBallEvent value)

setJbutton

public void setJbutton(SDL_JoyButtonEvent value)

setJhat

public void setJhat(SDL_JoyHatEvent value)

setKey

public void setKey(SDL_KeyboardEvent value)

setMotion

public void setMotion(SDL_MouseMotionEvent value)

setQuit

public void setQuit(SDL_QuitEvent value)

setResize

public void setResize(SDL_ResizeEvent value)

setSyswm

public void setSyswm(SDL_SysWMEvent value)

setType

public void setType(short value)