(boolean shift, boolean ctrl, boolean alt, boolean logo)
| 161 | } |
| 162 | |
| 163 | public void onModifiersChange(boolean shift, boolean ctrl, boolean alt, boolean logo) { |
| 164 | this.shift = shift; |
| 165 | this.ctrl = ctrl; |
| 166 | this.alt = alt; |
| 167 | this.logo = logo; |
| 168 | } |
| 169 | |
| 170 | public void onKeyDown(String keyCode) { |
| 171 | if ("Left".equals(keyCode)) |