org.commonreality.sensors.keyboard.map
Class ACTRDeviceMap

java.lang.Object
  extended by org.commonreality.sensors.keyboard.map.ACTRDeviceMap
All Implemented Interfaces:
IDeviceMap

public class ACTRDeviceMap
extends java.lang.Object
implements IDeviceMap


Constructor Summary
ACTRDeviceMap()
           
 
Method Summary
 int getKey(double[] location)
           
 int getMouseButton(double[] location)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACTRDeviceMap

public ACTRDeviceMap()
Method Detail

getKey

public int getKey(double[] location)
Specified by:
getKey in interface IDeviceMap

getMouseButton

public int getMouseButton(double[] location)
Specified by:
getMouseButton in interface IDeviceMap