|
Game Control Plus
1.2.2
|
Public Member Functions | |
| LinuxEventComponent (LinuxEventDevice device, Component.Identifier identifier, boolean is_relative, int native_type, int native_code) throws IOException | |
| final LinuxEventDevice | getDevice () |
| final void | getAbsInfo (LinuxAbsInfo abs_info) throws IOException |
| final Controller.Type | getButtonTrait () |
| final Component.Identifier | getIdentifier () |
| final LinuxAxisDescriptor | getDescriptor () |
| final boolean | isRelative () |
| final boolean | isAnalog () |
Package Functions | |
| final float | convertValue (float value) |
| final float | getDeadZone () |
Private Attributes | |
| final LinuxEventDevice | device |
| final Component.Identifier | identifier |
| final Controller.Type | button_trait |
| final boolean | is_relative |
| final LinuxAxisDescriptor | descriptor |
| final int | min |
| final int | max |
| final int | flat |