Game Control Plus  1.2.2
 All Classes Namespaces Functions Variables Pages
org.gamecontrolplus.GCP Class Reference

Static Public Member Functions

static String getPrettyVersion ()
 
static String getVersion ()
 

Static Public Attributes

static final int UNKNOWN = 0x00000001
 
static final int MOUSE = 0x00000002
 
static final int KEYBOARD = 0x00000004
 
static final int FINGERSTICK = 0x00000008
 
static final int GAMEPAD = 0x00000010
 
static final int HEADTRACKER = 0x00000020
 
static final int RUDDER = 0x00000040
 
static final int STICK = 0x00000080
 
static final int TRACKBALL = 0x00000100
 
static final int TRACKPAD = 0x00000200
 
static final int WHEEL = 0x00000400
 
static final int ANY = 0xFFFFFFFF
 

Static Package Functions

static void announceGCP ()
 

Static Package Attributes

static boolean announced = false
 

Detailed Description

External constants for passing information into GCP

Author
Peter Lager

Member Function Documentation

static void org.gamecontrolplus.GCP.announceGCP ( )
staticpackage

Display the library version in the ProcessingIDE

static String org.gamecontrolplus.GCP.getPrettyVersion ( )
static
Returns
the pretty version of the library. This will be shown in Processing
static String org.gamecontrolplus.GCP.getVersion ( )
static
Returns
the version of the library.