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

Public Member Functions

 Button (String name)
 
- Public Member Functions inherited from net.java.games.input.Component.Identifier
String getName ()
 
String toString ()
 

Static Public Attributes

static final Button _0 = new Button("0")
 
static final Button _1 = new Button("1")
 
static final Button _2 = new Button("2")
 
static final Button _3 = new Button("3")
 
static final Button _4 = new Button("4")
 
static final Button _5 = new Button("5")
 
static final Button _6 = new Button("6")
 
static final Button _7 = new Button("7")
 
static final Button _8 = new Button("8")
 
static final Button _9 = new Button("9")
 
static final Button _10 = new Button("10")
 
static final Button _11 = new Button("11")
 
static final Button _12 = new Button("12")
 
static final Button _13 = new Button("13")
 
static final Button _14 = new Button("14")
 
static final Button _15 = new Button("15")
 
static final Button _16 = new Button("16")
 
static final Button _17 = new Button("17")
 
static final Button _18 = new Button("18")
 
static final Button _19 = new Button("19")
 
static final Button _20 = new Button("20")
 
static final Button _21 = new Button("21")
 
static final Button _22 = new Button("22")
 
static final Button _23 = new Button("23")
 
static final Button _24 = new Button("24")
 
static final Button _25 = new Button("25")
 
static final Button _26 = new Button("26")
 
static final Button _27 = new Button("27")
 
static final Button _28 = new Button("28")
 
static final Button _29 = new Button("29")
 
static final Button _30 = new Button("30")
 
static final Button _31 = new Button("31")
 
static final Button TRIGGER = new Button("Trigger")
 
static final Button THUMB = new Button("Thumb")
 
static final Button THUMB2 = new Button("Thumb 2")
 
static final Button TOP = new Button("Top")
 
static final Button TOP2 = new Button("Top 2")
 
static final Button PINKIE = new Button("Pinkie")
 
static final Button BASE = new Button("Base")
 
static final Button BASE2 = new Button("Base 2")
 
static final Button BASE3 = new Button("Base 3")
 
static final Button BASE4 = new Button("Base 4")
 
static final Button BASE5 = new Button("Base 5")
 
static final Button BASE6 = new Button("Base 6")
 
static final Button DEAD = new Button("Dead")
 
static final Button A = new Button("A")
 
static final Button B = new Button("B")
 
static final Button C = new Button("C")
 
static final Button X = new Button("X")
 
static final Button Y = new Button("Y")
 
static final Button Z = new Button("Z")
 
static final Button LEFT_THUMB = new Button("Left Thumb")
 
static final Button RIGHT_THUMB = new Button("Right Thumb")
 
static final Button LEFT_THUMB2 = new Button("Left Thumb 2")
 
static final Button RIGHT_THUMB2 = new Button("Right Thumb 2")
 
static final Button SELECT = new Button("Select")
 
static final Button MODE = new Button("Mode")
 
static final Button LEFT_THUMB3 = new Button("Left Thumb 3")
 
static final Button RIGHT_THUMB3 = new Button("Right Thumb 3")
 
static final Button TOOL_PEN = new Button("Pen")
 
static final Button TOOL_RUBBER = new Button("Rubber")
 
static final Button TOOL_BRUSH = new Button("Brush")
 
static final Button TOOL_PENCIL = new Button("Pencil")
 
static final Button TOOL_AIRBRUSH = new Button("Airbrush")
 
static final Button TOOL_FINGER = new Button("Finger")
 
static final Button TOOL_MOUSE = new Button("Mouse")
 
static final Button TOOL_LENS = new Button("Lens")
 
static final Button TOUCH = new Button("Touch")
 
static final Button STYLUS = new Button("Stylus")
 
static final Button STYLUS2 = new Button("Stylus 2")
 
static final Button UNKNOWN = new Button("Unknown")
 
static final Button BACK = new Button("Back")
 
static final Button EXTRA = new Button("Extra")
 
static final Button FORWARD = new Button("Forward")
 
static final Button LEFT = new Button("Left")
 
static final Button MIDDLE = new Button("Middle")
 
static final Button RIGHT = new Button("Right")
 
static final Button SIDE = new Button("Side")
 

Additional Inherited Members

- Protected Member Functions inherited from net.java.games.input.Component.Identifier
 Identifier (String name)
 

Member Data Documentation

final Button net.java.games.input.Component.Identifier.Button._0 = new Button("0")
static

First device button

final Button net.java.games.input.Component.Identifier.Button._1 = new Button("1")
static

Second device button

final Button net.java.games.input.Component.Identifier.Button._2 = new Button("2")
static

Thrid device button

final Button net.java.games.input.Component.Identifier.Button._3 = new Button("3")
static

Fourth device button

final Button net.java.games.input.Component.Identifier.Button._4 = new Button("4")
static

Fifth device button

final Button net.java.games.input.Component.Identifier.Button._5 = new Button("5")
static

Sixth device button

final Button net.java.games.input.Component.Identifier.Button._6 = new Button("6")
static

Seventh device button

final Button net.java.games.input.Component.Identifier.Button._7 = new Button("7")
static

Eighth device button

final Button net.java.games.input.Component.Identifier.Button._8 = new Button("8")
static

Ninth device button

final Button net.java.games.input.Component.Identifier.Button._9 = new Button("9")
static

10th device button

final Button net.java.games.input.Component.Identifier.Button.A = new Button("A")
static

'A' button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.B = new Button("B")
static

'B' button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.BACK = new Button("Back")
static

Returns the back mouse button.

final Button net.java.games.input.Component.Identifier.Button.BASE = new Button("Base")
static

Joystick button on the base of the device

final Button net.java.games.input.Component.Identifier.Button.BASE2 = new Button("Base 2")
static

Second joystick button on the base of the device

final Button net.java.games.input.Component.Identifier.Button.BASE3 = new Button("Base 3")
static

Thrid joystick button on the base of the device

final Button net.java.games.input.Component.Identifier.Button.BASE4 = new Button("Base 4")
static

Fourth joystick button on the base of the device

final Button net.java.games.input.Component.Identifier.Button.BASE5 = new Button("Base 5")
static

Fifth joystick button on the base of the device

final Button net.java.games.input.Component.Identifier.Button.BASE6 = new Button("Base 6")
static

Sixth joystick button on the base of the device

final Button net.java.games.input.Component.Identifier.Button.C = new Button("C")
static

'C' button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.DEAD = new Button("Dead")
static

erm, dunno, but it's in the defines so it might exist.

final Button net.java.games.input.Component.Identifier.Button.EXTRA = new Button("Extra")
static

Returns the extra mouse button.

final Button net.java.games.input.Component.Identifier.Button.FORWARD = new Button("Forward")
static

Returns the forward mouse button.

final Button net.java.games.input.Component.Identifier.Button.LEFT = new Button("Left")
static

The primary or leftmost mouse button.

final Button net.java.games.input.Component.Identifier.Button.LEFT_THUMB = new Button("Left Thumb")
static

Left thumb button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.LEFT_THUMB2 = new Button("Left Thumb 2")
static

Second left thumb button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.LEFT_THUMB3 = new Button("Left Thumb 3")
static

Another left thumb button on a gamepad (how many thumbs do you have??)

final Button net.java.games.input.Component.Identifier.Button.MIDDLE = new Button("Middle")
static

Returns the middle mouse button, not present if the mouse has fewer than three buttons.

final Button net.java.games.input.Component.Identifier.Button.MODE = new Button("Mode")
static

'Mode' button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.PINKIE = new Button("Pinkie")
static

The joystick button you play with with you little finger (Pinkie on that side of the pond :P)

final Button net.java.games.input.Component.Identifier.Button.RIGHT = new Button("Right")
static

The secondary or rightmost mouse button, not present if the mouse is a single-button mouse.

final Button net.java.games.input.Component.Identifier.Button.RIGHT_THUMB = new Button("Right Thumb")
static

Right thumb button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.RIGHT_THUMB2 = new Button("Right Thumb 2")
static

Second right thumb button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.RIGHT_THUMB3 = new Button("Right Thumb 3")
static

Another right thumb button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.SELECT = new Button("Select")
static

'Select' button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.SIDE = new Button("Side")
static

Returns the side mouse button.

final Button net.java.games.input.Component.Identifier.Button.STYLUS = new Button("Stylus")
static

Digitiser stylus button

final Button net.java.games.input.Component.Identifier.Button.STYLUS2 = new Button("Stylus 2")
static

Second digitiser stylus button

final Button net.java.games.input.Component.Identifier.Button.THUMB = new Button("Thumb")
static

Joystick thumb button

final Button net.java.games.input.Component.Identifier.Button.THUMB2 = new Button("Thumb 2")
static

Second joystick thumb button

final Button net.java.games.input.Component.Identifier.Button.TOOL_AIRBRUSH = new Button("Airbrush")
static

Digitiser airbrush tool button

final Button net.java.games.input.Component.Identifier.Button.TOOL_BRUSH = new Button("Brush")
static

Digitiser brush tool button

final Button net.java.games.input.Component.Identifier.Button.TOOL_FINGER = new Button("Finger")
static

Digitiser finger tool button

final Button net.java.games.input.Component.Identifier.Button.TOOL_LENS = new Button("Lens")
static

Digitiser lens tool button

final Button net.java.games.input.Component.Identifier.Button.TOOL_MOUSE = new Button("Mouse")
static

Digitiser mouse tool button

final Button net.java.games.input.Component.Identifier.Button.TOOL_PEN = new Button("Pen")
static

Digitiser pen tool button

final Button net.java.games.input.Component.Identifier.Button.TOOL_PENCIL = new Button("Pencil")
static

Digitiser pencil tool button

final Button net.java.games.input.Component.Identifier.Button.TOOL_RUBBER = new Button("Rubber")
static

Digitiser rubber (eraser) tool button

final Button net.java.games.input.Component.Identifier.Button.TOP = new Button("Top")
static

Joystick top button

final Button net.java.games.input.Component.Identifier.Button.TOP2 = new Button("Top 2")
static

Second joystick top button

final Button net.java.games.input.Component.Identifier.Button.TOUCH = new Button("Touch")
static

Digitiser touch button

final Button net.java.games.input.Component.Identifier.Button.TRIGGER = new Button("Trigger")
static

Joystick trigger button

final Button net.java.games.input.Component.Identifier.Button.UNKNOWN = new Button("Unknown")
static

An unknown button

final Button net.java.games.input.Component.Identifier.Button.X = new Button("X")
static

'X' button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.Y = new Button("Y")
static

'Y' button on a gamepad

final Button net.java.games.input.Component.Identifier.Button.Z = new Button("Z")
static

'Z' button on a gamepad