MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / keyTyped

Method keyTyped

platform/java/example/Viewer.java:231–234  ·  view source on GitHub ↗
(KeyEvent e)

Source from the content-addressed store, hash-verified

229 public void keyReleased(KeyEvent e) { }
230
231 public void keyTyped(KeyEvent e) {
232 if (e.getKeyChar() == '\u001b')
233 dispose();
234 }
235 }
236
237 public void exception(Throwable t) {

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.80

Tested by

no test coverage detected