final class LinuxEventComponent
extends java.lang.Object
Constructor and Description |
---|
LinuxEventComponent(LinuxEventDevice device,
Component.Identifier identifier,
boolean is_relative,
int native_type,
int native_code) |
Modifier and Type | Method and Description |
---|---|
(package private) float |
convertValue(float value) |
void |
getAbsInfo(LinuxAbsInfo abs_info) |
Controller.Type |
getButtonTrait() |
(package private) float |
getDeadZone() |
LinuxAxisDescriptor |
getDescriptor() |
LinuxEventDevice |
getDevice() |
Component.Identifier |
getIdentifier() |
boolean |
isAnalog() |
boolean |
isRelative() |
public LinuxEventComponent(LinuxEventDevice device, Component.Identifier identifier, boolean is_relative, int native_type, int native_code) throws java.io.IOException
java.io.IOException
public final LinuxEventDevice getDevice()
public final void getAbsInfo(LinuxAbsInfo abs_info) throws java.io.IOException
java.io.IOException
public final Controller.Type getButtonTrait()
public final Component.Identifier getIdentifier()
public final LinuxAxisDescriptor getDescriptor()
public final boolean isRelative()
public final boolean isAnalog()
final float convertValue(float value)
final float getDeadZone()