Game Control Plus  1.2.2
 All Classes Namespaces Functions Variables Pages
net.java.games.input.ElementType Class Reference

Public Member Functions

final String toString ()
 

Static Public Member Functions

static final ElementType map (int type_id)
 

Static Public Attributes

static final ElementType INPUT_MISC = new ElementType(1)
 
static final ElementType INPUT_BUTTON = new ElementType(2)
 
static final ElementType INPUT_AXIS = new ElementType(3)
 
static final ElementType INPUT_SCANCODES = new ElementType(4)
 
static final ElementType OUTPUT = new ElementType(129)
 
static final ElementType FEATURE = new ElementType(257)
 
static final ElementType COLLECTION = new ElementType(513)
 

Private Member Functions

 ElementType (int type_id)
 

Private Attributes

final int type_id
 

Static Private Attributes

static final ElementType[] map = new ElementType[514]
 

Detailed Description

HID Element types

Author
elias
Version
1.0