fr.emn.reactiveinput.devices
Class FExtXInput

java.lang.Object
  extended byfr.emn.reactiveinput.AbstractFolder
      extended byfr.emn.reactiveinput.SystemFolder
          extended byfr.emn.reactiveinput.devices.FExtXInput
All Implemented Interfaces:
DeviceFolder, DeviceFolderContainer

public class FExtXInput
extends SystemFolder


Field Summary
protected  long display_
           
protected  int window_
           
protected  XEvent xevent_
           
 
Fields inherited from class fr.emn.reactiveinput.AbstractFolder
children, devices, name, parent
 
Constructor Summary
FExtXInput()
           
 
Method Summary
 void addDevices()
           
 DeviceDescriptor getDefaultDescriptor()
          Returns a DDAny descriptor (may contain / accepts any device).
static boolean isPresent()
           
 boolean update()
           
 
Methods inherited from class fr.emn.reactiveinput.SystemFolder
getDefaultDescriptor
 
Methods inherited from class fr.emn.reactiveinput.AbstractFolder
add, add, add, canAdd, findFolder, getName, getParent, getPrototypes, getSubfolders, remove, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xevent_

protected XEvent xevent_

display_

protected long display_

window_

protected int window_
Constructor Detail

FExtXInput

public FExtXInput()
Method Detail

update

public boolean update()

addDevices

public void addDevices()

getDefaultDescriptor

public DeviceDescriptor getDefaultDescriptor()
Description copied from class: SystemFolder
Returns a DDAny descriptor (may contain / accepts any device).

Specified by:
getDefaultDescriptor in interface DeviceFolder
Overrides:
getDefaultDescriptor in class SystemFolder

isPresent

public static boolean isPresent()