jdk/src/java.desktop/share/classes/java/awt/event/MouseEvent.java
changeset 32865 f9cb6e427f9e
parent 32283 1a96ab120a48
child 35667 ed476aba94de
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   621      }
   621      }
   622 
   622 
   623 
   623 
   624     /* if the button is an extra button and it is released or clicked then in Xsystem its state
   624     /* if the button is an extra button and it is released or clicked then in Xsystem its state
   625        is not modified. Exclude this button number from ExtModifiers mask.*/
   625        is not modified. Exclude this button number from ExtModifiers mask.*/
   626     transient private boolean shouldExcludeButtonFromExtModifiers = false;
   626     private transient boolean shouldExcludeButtonFromExtModifiers = false;
   627 
   627 
   628     /**
   628     /**
   629      * {@inheritDoc}
   629      * {@inheritDoc}
   630      */
   630      */
   631     public int getModifiersEx() {
   631     public int getModifiersEx() {