Returns true if the Esc key was pressed since the last ImageJ command started to execute or since resetEscape() was called.
()
| 2498 | /** Returns true if the <code>Esc</code> key was pressed since the |
| 2499 | last ImageJ command started to execute or since resetEscape() was called. */ |
| 2500 | public static boolean escapePressed() { |
| 2501 | return escapePressed; |
| 2502 | } |
| 2503 | |
| 2504 | /** This method sets the <code>Esc</code> key to the "up" position. |
| 2505 | The Executer class calls this method when it runs |
no outgoing calls
no test coverage detected