fr.emn.xinput
Class XDeviceMotionEvent

java.lang.Object
  extended byfr.emn.xinput.XDeviceMotionEvent

public class XDeviceMotionEvent
extends java.lang.Object


Constructor Summary
protected XDeviceMotionEvent()
           
  XDeviceMotionEvent(long cPointer, boolean cMemoryOwn)
           
 
Method Summary
 short getAxes_count()
           
 int[] getAxis_data()
           
 long getCPtr()
           
 long getDevice_state()
           
 int getDeviceid()
           
 long getDisplay()
           
 short getFirst_axis()
           
 byte getIs_hint()
           
 int getRoot()
           
 long getSame_screen()
           
 long getSend_event()
           
 long getSerial()
           
 long getState()
           
 int getSubwindow()
           
 long getTime()
           
 int getType()
           
 int getWindow()
           
 int getX_root()
           
 int getX()
           
 int getY_root()
           
 int getY()
           
 void setAxes_count(short value)
           
 void setDevice_state(long value)
           
 void setDeviceid(int value)
           
 void setDisplay(long value)
           
 void setFirst_axis(short value)
           
 void setIs_hint(byte value)
           
 void setRoot(int value)
           
 void setSame_screen(long value)
           
 void setSend_event(long value)
           
 void setSerial(long value)
           
 void setState(long value)
           
 void setSubwindow(int value)
           
 void setTime(long value)
           
 void setType(int value)
           
 void setWindow(int value)
           
 void setX_root(int value)
           
 void setX(int value)
           
 void setY_root(int value)
           
 void setY(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDeviceMotionEvent

public XDeviceMotionEvent(long cPointer,
                          boolean cMemoryOwn)

XDeviceMotionEvent

protected XDeviceMotionEvent()
Method Detail

getCPtr

public long getCPtr()

setType

public void setType(int value)

getType

public int getType()

setSerial

public void setSerial(long value)

getSerial

public long getSerial()

setSend_event

public void setSend_event(long value)

getSend_event

public long getSend_event()

setDisplay

public void setDisplay(long value)

getDisplay

public long getDisplay()

setWindow

public void setWindow(int value)

getWindow

public int getWindow()

setDeviceid

public void setDeviceid(int value)

getDeviceid

public int getDeviceid()

setRoot

public void setRoot(int value)

getRoot

public int getRoot()

setSubwindow

public void setSubwindow(int value)

getSubwindow

public int getSubwindow()

setTime

public void setTime(long value)

getTime

public long getTime()

setX

public void setX(int value)

getX

public int getX()

setY

public void setY(int value)

getY

public int getY()

setX_root

public void setX_root(int value)

getX_root

public int getX_root()

setY_root

public void setY_root(int value)

getY_root

public int getY_root()

setState

public void setState(long value)

getState

public long getState()

setIs_hint

public void setIs_hint(byte value)

getIs_hint

public byte getIs_hint()

setSame_screen

public void setSame_screen(long value)

getSame_screen

public long getSame_screen()

setDevice_state

public void setDevice_state(long value)

getDevice_state

public long getDevice_state()

setAxes_count

public void setAxes_count(short value)

getAxes_count

public short getAxes_count()

setFirst_axis

public void setFirst_axis(short value)

getFirst_axis

public short getFirst_axis()

getAxis_data

public int[] getAxis_data()