Microsoft SDK for Java

IDirectInput Interface

This is an interface of the com.ms.directX package.

public interface IDirectInput extends IUnknown
{
  // Methods
  public void getDevCaps(int joyid, JoyCaps pjc);
  public String getDevCapsOEMVxd(int joyid);
  public String getDevCapsProductName(int joyid);
  public String getDevCapsRegKey(int joyid);
  public int getNumDevs();
  public void getPos(int joyid, JoyInfo info);
}

For a description of methods and parameters, see DirectInput.

Hierarchy

IUnknown 
  |
  +--IDirectInput

© 1999 Microsoft Corporation. All rights reserved. Terms of use.