KeyboardEventModifier
This enumerated type is for representing keyboard modifiers. These are keys that are held down in addition to other event types.
Members
- 
    
<static, constant> ALT :Enumeration
 - 
    
    Represents the alt key being held down.
- Default Value:
 - 2
 
 - 
    
<static, constant> CTRL :Enumeration
 - 
    
    Represents the control key being held down.
- Default Value:
 - 1
 
 - 
    
<static, constant> SHIFT :Enumeration
 - 
    
    Represents the shift key being held down.
- Default Value:
 - 0
 
 
