Sydney

Class Mouse

Object
   |
   +--Mouse

class Mouse

Defined in constants.js


Field Summary
 <final> int LEFT_BUTTON
          A constant representing the left mouse button.
 <final> int MIDDLE_BUTTON
          A constant representing the middle mouse button.
 <final> int RIGHT_BUTTON
          A constant representing the right mouse button.
 <final> int UNKNOWN_BUTTON
          A constant representing an unknown mouse button.
 
Constructor Summary
Mouse ()
           
 

Field Detail

LEFT_BUTTON

<final> int LEFT_BUTTON

MIDDLE_BUTTON

<final> int MIDDLE_BUTTON

RIGHT_BUTTON

<final> int RIGHT_BUTTON

UNKNOWN_BUTTON

<final> int UNKNOWN_BUTTON

Constructor Detail

Mouse

function Mouse()
Sydney

SourceForge.net Logo