This enumerated type is for classifying mouse events: down, up, click, double click, move and move while a button is held down.
        
        
Members
- 
    staticconstantScreenSpaceEventType.LEFT_CLICK :Number
- 
    
    Represents a mouse left click event.
- 
    staticconstantScreenSpaceEventType.LEFT_DOUBLE_CLICK :Number
- 
    
    Represents a mouse left double click event.
- 
    staticconstantScreenSpaceEventType.LEFT_DOWN :Number
- 
    
    Represents a mouse left button down event.
- 
    staticconstantScreenSpaceEventType.LEFT_UP :Number
- 
    
    Represents a mouse left button up event.
- 
    staticconstantScreenSpaceEventType.MIDDLE_CLICK :Number
- 
    
    Represents a mouse middle click event.
- 
    staticconstantScreenSpaceEventType.MIDDLE_DOUBLE_CLICK :Number
- 
    
    Represents a mouse middle double click event.
- 
    staticconstantScreenSpaceEventType.MIDDLE_DOWN :Number
- 
    
    Represents a mouse middle button down event.
- 
    staticconstantScreenSpaceEventType.MIDDLE_UP :Number
- 
    
    Represents a mouse middle button up event.
- 
    staticconstantScreenSpaceEventType.MOUSE_MOVE :Number
- 
    
    Represents a mouse move event.
- 
    staticconstantScreenSpaceEventType.PINCH_END :Number
- 
    
    Represents the end of a two-finger event on a touch surface.
- 
    staticconstantScreenSpaceEventType.PINCH_MOVE :Number
- 
    
    Represents a change of a two-finger event on a touch surface.
- 
    staticconstantScreenSpaceEventType.PINCH_START :Number
- 
    
    Represents the start of a two-finger event on a touch surface.
- 
    staticconstantScreenSpaceEventType.RIGHT_CLICK :Number
- 
    
    Represents a mouse right click event.
- 
    staticconstantScreenSpaceEventType.RIGHT_DOUBLE_CLICK :Number
- 
    
    Represents a mouse right double click event.
- 
    staticconstantScreenSpaceEventType.RIGHT_DOWN :Number
- 
    
    Represents a mouse left button down event.
- 
    staticconstantScreenSpaceEventType.RIGHT_UP :Number
- 
    
    Represents a mouse right button up event.
- 
    staticconstantScreenSpaceEventType.WHEEL :Number
- 
    
    Represents a mouse wheel event.
