net.java.games.input
Class LinuxJoystickEvent

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

final class LinuxJoystickEvent
extends java.lang.Object


Constructor Summary
LinuxJoystickEvent()
           
 
Method Summary
 long getNanos()
           
 int getNumber()
           
 int getType()
           
 int getValue()
           
 void set(long millis, int value, int type, int number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxJoystickEvent

LinuxJoystickEvent()
Method Detail

set

public final void set(long millis,
                      int value,
                      int type,
                      int number)

getValue

public final int getValue()

getType

public final int getType()

getNumber

public final int getNumber()

getNanos

public final long getNanos()