com.upek.android.ptapi.struct
Class PtNavigationData

java.lang.Object
  extended by com.upek.android.ptapi.struct.PtNavigationData
All Implemented Interfaces:
java.io.Serializable

public class PtNavigationData
extends java.lang.Object
implements java.io.Serializable

The navigation data passed to the PT_NAVIGATION_CALLBACK.

See Also:
Serialized Form

Field Summary
 short dx
          Delta X since the last navigation data
 short dy
          Delta Y since the last navigation data
 short signalBits
          Information bitmask, see PT_NAVIGBITS_xxxx
 
Constructor Summary
PtNavigationData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dx

public short dx
Delta X since the last navigation data


dy

public short dy
Delta Y since the last navigation data


signalBits

public short signalBits
Information bitmask, see PT_NAVIGBITS_xxxx

Constructor Detail

PtNavigationData

public PtNavigationData()