Sydney

Class KeyCode

Object
   |
   +--KeyCode

class KeyCode

Defined in constants.js


Field Summary
 <final> int DOWN_ARROW
          The key code corresponding to the down arrow key.
 <final> int ESC
          The key code corresponding the the escape key.
 <final> int LEFT_ARROW
          The key code corresponding to the left arrow key.
 <final> int RIGHT_ARROW
          The key code corresponding to the right arrow key.
 <final> int UP_ARROW
          The key code corresponding to the up arrow key.
 
Constructor Summary
KeyCode ()
           
 

Field Detail

DOWN_ARROW

<final> int DOWN_ARROW

ESC

<final> int ESC

LEFT_ARROW

<final> int LEFT_ARROW

RIGHT_ARROW

<final> int RIGHT_ARROW

UP_ARROW

<final> int UP_ARROW

Constructor Detail

KeyCode

function KeyCode()
Sydney

SourceForge.net Logo