Game Control Plus  1.2.2
 All Classes Namespaces Functions Variables Pages
net.java.games.input.LinuxPOV Class Reference
Inheritance diagram for net.java.games.input.LinuxPOV:

Public Member Functions

 LinuxPOV (LinuxEventComponent component_x, LinuxEventComponent component_y)
 
float convertValue (float value, LinuxAxisDescriptor descriptor)
 
- Public Member Functions inherited from net.java.games.input.LinuxComponent
 LinuxComponent (LinuxEventComponent component)
 
final boolean isRelative ()
 
final boolean isAnalog ()
 
final float getDeadZone ()
 
final LinuxEventComponent getComponent ()
 
- Public Member Functions inherited from net.java.games.input.AbstractComponent
Identifier getIdentifier ()
 
final float getPollData ()
 
final float getEventValue ()
 
final void setEventValue (float event_value)
 
String getName ()
 
String toString ()
 

Protected Member Functions

final float poll () throws IOException
 
- Protected Member Functions inherited from net.java.games.input.AbstractComponent
 AbstractComponent (String name, Identifier id)
 

Private Attributes

final LinuxEventComponent component_x
 
final LinuxEventComponent component_y
 
float last_x
 
float last_y
 

Additional Inherited Members

- Package Functions inherited from net.java.games.input.LinuxComponent
float convertValue (float value, LinuxAxisDescriptor descriptor)
 
- Package Functions inherited from net.java.games.input.AbstractComponent
final void setPollData (float value)
 

Detailed Description

Represents a linux button

Author
elias
Version
1.0