net.java.games.input
Class LinuxEvent

java.lang.Object
  extended by net.java.games.input.LinuxEvent

final class LinuxEvent
extends java.lang.Object


Constructor Summary
LinuxEvent()
           
 
Method Summary
 LinuxAxisDescriptor getDescriptor()
           
 long getNanos()
           
 int getValue()
           
 void set(long seconds, long microseconds, int type, int code, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxEvent

LinuxEvent()
Method Detail

set

public final void set(long seconds,
                      long microseconds,
                      int type,
                      int code,
                      int value)

getValue

public final int getValue()

getDescriptor

public final LinuxAxisDescriptor getDescriptor()

getNanos

public final long getNanos()