MCPcopy Index your code
hub / github.com/benfry/processing4 / keyTyped

Method keyTyped

app/src/processing/app/ui/About.java:62–67  ·  view source on GitHub ↗
(KeyEvent e)

Source from the content-addressed store, hash-verified

60
61 addKeyListener(new KeyAdapter() {
62 public void keyTyped(KeyEvent e) {
63 System.out.println(e);
64 if (e.getKeyCode() == KeyEvent.VK_ESCAPE) {
65 dispose();
66 }
67 }
68 });
69
70 setSize(width, height);

Callers

nothing calls this directly

Calls 3

getKeyCodeMethod · 0.80
printlnMethod · 0.45
disposeMethod · 0.45

Tested by

no test coverage detected