Returns true if the space bar is down.
()
| 1149 | |
| 1150 | /** Returns true if the space bar is down. */ |
| 1151 | public static boolean spaceBarDown() { |
| 1152 | return spaceDown; |
| 1153 | } |
| 1154 | |
| 1155 | /** Returns true if the control key is down. */ |
| 1156 | public static boolean controlKeyDown() { |
no outgoing calls
no test coverage detected