com.badlogic.gdx.controllers.desktop.ois
Class Ois

java.lang.Object
  extended by com.badlogic.gdx.controllers.desktop.ois.Ois

public class Ois
extends Object

JNI wrapper for OIS (Object-oriented Input System).

Author:
mzechner, Nathan Sweet

Constructor Summary
Ois(long hwnd)
           
 
Method Summary
 String getInputSystemName()
           
 ArrayList<OisJoystick> getJoysticks()
           
 String getVersionName()
           
 int getVersionNumber()
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ois

public Ois(long hwnd)
Method Detail

getJoysticks

public ArrayList<OisJoystick> getJoysticks()

update

public void update()

getVersionNumber

public int getVersionNumber()

getVersionName

public String getVersionName()

getInputSystemName

public String getInputSystemName()


Copyright © 2014. All Rights Reserved.