fr.emn.reactiveinput.devices
Class FExtDirectInput

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

public class FExtDirectInput
extends SystemFolder

Folder containing an extended (and extensible) set of input devices.


Field Summary
static DDirectMouse mouse
           
 
Fields inherited from class fr.emn.reactiveinput.AbstractFolder
children, devices, name, parent
 
Constructor Summary
FExtDirectInput()
           
 
Method Summary
 DeviceDescriptor getDefaultDescriptor()
          Returns a DDAny descriptor (may contain / accepts any device).
 Device[] getPrototypes()
          getDevices method comment.
static boolean isPresent()
           
 
Methods inherited from class fr.emn.reactiveinput.SystemFolder
getDefaultDescriptor
 
Methods inherited from class fr.emn.reactiveinput.AbstractFolder
add, add, add, canAdd, findFolder, getName, getParent, getSubfolders, remove, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mouse

public static final DDirectMouse mouse
Constructor Detail

FExtDirectInput

public FExtDirectInput()
Method Detail

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

getPrototypes

public Device[] getPrototypes()
getDevices method comment.

Specified by:
getPrototypes in interface DeviceFolder
Overrides:
getPrototypes in class AbstractFolder

isPresent

public static boolean isPresent()