Returns true if the control key is down.
()
| 1154 | |
| 1155 | /** Returns true if the control key is down. */ |
| 1156 | public static boolean controlKeyDown() { |
| 1157 | return controlDown; |
| 1158 | } |
| 1159 | |
| 1160 | /** Returns true if the alt key is down. */ |
| 1161 | public static boolean altKeyDown() { |
no outgoing calls
no test coverage detected