Game Control Plus  1.2.2
 All Classes Namespaces Functions Variables Pages
net.java.games.input.Rumbler Interface Referenceabstract
Inheritance diagram for net.java.games.input.Rumbler:

Public Member Functions

abstract void rumble (float intensity)
 
String getAxisName ()
 
Component.Identifier getAxisIdentifier ()
 

Detailed Description

A Rumbler is a controller's mechanism for delivering feedback to the user through the device.

Member Function Documentation

Component.Identifier net.java.games.input.Rumbler.getAxisIdentifier ( )

Get the axis identifier the rumbler is attached to

Returns
The axis identifier

Implemented in net.java.games.input.LinuxForceFeedbackEffect, and net.java.games.input.IDirectInputEffect.

String net.java.games.input.Rumbler.getAxisName ( )

Get the string name of the axis the rumbler is attached to

Returns
The axis name

Implemented in net.java.games.input.IDirectInputEffect, and net.java.games.input.LinuxForceFeedbackEffect.

abstract void net.java.games.input.Rumbler.rumble ( float  intensity)
pure virtual

Rumble with the specified intensity.

Implemented in net.java.games.input.IDirectInputEffect, and net.java.games.input.LinuxForceFeedbackEffect.