Lines Matching refs:getModifiersEx
102 * and {@link InputEvent#getModifiersEx}.
109 * {@link InputEvent#getModifiersEx}.
629 public int getModifiersEx() {
756 // So, the getModifiersEx() would not be zero due to a first button and we will skip this modifier.
759 if (getModifiersEx() != 0) { //There is at least one more button in a pressed state.
769 if ((getModifiers() != 0) && (getModifiersEx() == 0)) {
772 (getModifiersEx() != 0 || button != NOBUTTON) &&
1047 if (getModifiersEx() != 0) {
1049 //getModifiersEx() solves the problem.
1050 str.append(",extModifiers=").append(getModifiersExText(getModifiersEx()));
1167 if (getModifiers() != 0 && getModifiersEx() == 0) {