fr.emn.win32input.jdirectinput
Class DirectMouse

java.lang.Object
  extended byfr.emn.win32input.jdirectinput.DirectMouse

public class DirectMouse
extends java.lang.Object


Field Summary
 int ref
           
 
Constructor Summary
DirectMouse()
           
 
Method Summary
 void finalize()
           
 int[] getState()
          Do not call this method before DirectMouse has been initialized !!!!
 boolean isInitialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

public int ref
Constructor Detail

DirectMouse

public DirectMouse()
Method Detail

finalize

public void finalize()
              throws java.lang.Throwable
Throws:
java.lang.Throwable

getState

public int[] getState()
Do not call this method before DirectMouse has been initialized !!!!


isInitialized

public boolean isInitialized()