civquest
Class Const

java.lang.Object
  extended bycivquest.Const

public class Const
extends java.lang.Object

This class contains some CivQuest-wide used constants.


Field Summary
static int BUTTON1_PRESSED
           
static int BUTTON1_RELEASED
           
static int BUTTON2_PRESSED
           
static int BUTTON2_RELEASED
           
static int BUTTON3_PRESSED
           
static int BUTTON3_RELEASED
           
static int FLAT
          Marks map-type "flat"
static java.lang.String GAMECHANGE_PACKAGE
           
static int ISO
          Marks map-type "isometric"
static int NOTHING
           
static int PRESSED
           
static int RELEASED
           
 
Constructor Summary
Const()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTHING

public static final int NOTHING
See Also:
Constant Field Values

FLAT

public static final int FLAT
Marks map-type "flat"

See Also:
Constant Field Values

ISO

public static final int ISO
Marks map-type "isometric"

See Also:
Constant Field Values

BUTTON1_RELEASED

public static final int BUTTON1_RELEASED
See Also:
Constant Field Values

BUTTON2_RELEASED

public static final int BUTTON2_RELEASED
See Also:
Constant Field Values

BUTTON3_RELEASED

public static final int BUTTON3_RELEASED
See Also:
Constant Field Values

BUTTON1_PRESSED

public static final int BUTTON1_PRESSED
See Also:
Constant Field Values

BUTTON2_PRESSED

public static final int BUTTON2_PRESSED
See Also:
Constant Field Values

BUTTON3_PRESSED

public static final int BUTTON3_PRESSED
See Also:
Constant Field Values

RELEASED

public static final int RELEASED
See Also:
Constant Field Values

PRESSED

public static final int PRESSED
See Also:
Constant Field Values

GAMECHANGE_PACKAGE

public static final java.lang.String GAMECHANGE_PACKAGE
See Also:
Constant Field Values
Constructor Detail

Const

public Const()