Returns true if the alt key is down.
()
| 1159 | |
| 1160 | /** Returns true if the alt key is down. */ |
| 1161 | public static boolean altKeyDown() { |
| 1162 | return altDown; |
| 1163 | } |
| 1164 | |
| 1165 | /** Returns true if the shift key is down. */ |
| 1166 | public static boolean shiftKeyDown() { |
no outgoing calls
no test coverage detected