Game Control Plus  1.2.2
 All Classes Namespaces Functions Variables Pages
net.java.games.input.RawHIDInfo Class Reference
Inheritance diagram for net.java.games.input.RawHIDInfo:

Public Member Functions

 RawHIDInfo (RawDevice device, int vendor_id, int product_id, int version, int page, int usage)
 
final int getUsage ()
 
final int getUsagePage ()
 
final long getHandle ()
 
final Controller createControllerFromDevice (RawDevice device, SetupAPIDevice setupapi_device) throws IOException
 
- Public Member Functions inherited from net.java.games.input.RawDeviceInfo
final boolean equals (Object other)
 
final int hashCode ()
 

Private Attributes

final RawDevice device
 
final int vendor_id
 
final int product_id
 
final int version
 
final int page
 
final int usage
 

Detailed Description

Java wrapper of RID_DEVICE_INFO_HID

Author
elias
Version
1.0