public class XInputCapabilities extends Object
| Modifier and Type | Method and Description |
|---|---|
XInputCapsResolutions |
getResolutions()
Retrieves the resolutions of the proportional axes of the device.
|
XInputDeviceSubType |
getSubType()
Retrieves the device subtype.
|
EnumSet<XInputButton> |
getSupportedButtons()
Retrieves the buttons supported by the device.
|
XInputDeviceType |
getType()
Retrieves the device type.
|
boolean |
isForceFeedbackSupported()
Determines whether this device supports Force Feedback.
|
boolean |
isNoNavigation()
Determines whether this device has no navigation buttons (Start, Sack and the directional pad).
|
boolean |
isPluginModulesSupported()
Determines whether this device supports plug-in modules.
|
boolean |
isVoiceSupported()
Determines whether this device has an integrated voice device.
|
boolean |
isWireless()
Determines whether this device is wireless.
|
public XInputDeviceType getType()
XInputDeviceType representing the device typepublic XInputDeviceSubType getSubType()
XInputDeviceSubType representing the device subtypepublic boolean isForceFeedbackSupported()
true if the device supports Force Feedback, false otherwisepublic boolean isWireless()
true for wireless devices, false for wired devicespublic boolean isVoiceSupported()
true if the device has a voice capture device, false otherwisepublic boolean isPluginModulesSupported()
true if the device allows plug-in modules, false otherwisepublic boolean isNoNavigation()
true if the device does not have the navigation buttons, false otherwisepublic EnumSet<XInputButton> getSupportedButtons()
public XInputCapsResolutions getResolutions()
Copyright © 2018. All rights reserved.