abstract class LinuxForceFeedbackEffect extends Object implements Rumbler
Constructor and Description |
---|
LinuxForceFeedbackEffect(LinuxEventDevice device) |
Modifier and Type | Method and Description |
---|---|
Component.Identifier |
getAxisIdentifier()
Get the axis identifier the rumbler is attached to
|
String |
getAxisName()
Get the string name of the axis the rumbler is attached to
|
protected LinuxEventDevice |
getDevice() |
void |
rumble(float intensity)
Rumble with the specified intensity.
|
protected abstract int |
upload(int id,
float intensity) |
public LinuxForceFeedbackEffect(LinuxEventDevice device) throws IOException
IOException
protected abstract int upload(int id, float intensity) throws IOException
IOException
protected final LinuxEventDevice getDevice()
public final void rumble(float intensity)
Rumbler
public final String getAxisName()
Rumbler
getAxisName
in interface Rumbler
public final Component.Identifier getAxisIdentifier()
Rumbler
getAxisIdentifier
in interface Rumbler