提交 c1b2ea48 编写于 作者: D denis

7130140: using horizontal scroll button on mouse causes a message to be printed on stdout

Reviewed-by: art
上级 993d8b5e
......@@ -758,7 +758,6 @@ public class MouseEvent extends InputEvent {
if (getModifiersEx() != 0) { //There is at least one more button in a pressed state.
if (id == MouseEvent.MOUSE_RELEASED || id == MouseEvent.MOUSE_CLICKED){
System.out.println("MEvent. CASE!");
shouldExcludeButtonFromExtModifiers = true;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册