Returns true if the shift key is down.
()
| 1164 | |
| 1165 | /** Returns true if the shift key is down. */ |
| 1166 | public static boolean shiftKeyDown() { |
| 1167 | return shiftDown; |
| 1168 | } |
| 1169 | |
| 1170 | /* Sets the specified key "down", where 'key' |
| 1171 | * is KeyEvent.VK_CONTROL, KeyEvent.VK_META, |
no outgoing calls
no test coverage detected