MCPcopy Index your code
hub / github.com/processing/processing / keyTyped

Method keyTyped

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

Source from the content-addressed store, hash-verified

72
73 addKeyListener(new KeyAdapter() {
74 public void keyTyped(KeyEvent e) {
75 System.out.println(e);
76 if (e.getKeyCode() == KeyEvent.VK_ESCAPE) {
77 dispose();
78 }
79 }
80 });
81
82// Dimension screen = Toolkit.getScreenSize();

Callers

nothing calls this directly

Calls 3

printlnMethod · 0.45
getKeyCodeMethod · 0.45
disposeMethod · 0.45

Tested by

no test coverage detected