MCPcopy Index your code
hub / github.com/arduino/Arduino / windowActivated

Method windowActivated

app/src/processing/app/EditorToolbar.java:155–161  ·  view source on GitHub ↗
(WindowEvent e)

Source from the content-addressed store, hash-verified

153 if (OSUtils.isMacOS() && VersionComparator.greaterThanOrEqual(OSUtils.version(), "10.12")) {
154 editor.addWindowListener(new WindowAdapter() {
155 public void windowActivated(WindowEvent e) {
156 if (touchBar == null) {
157 buildTouchBar();
158
159 touchBar.show(editor);
160 }
161 }
162 });
163 }
164

Callers

nothing calls this directly

Calls 2

buildTouchBarMethod · 0.95
showMethod · 0.80

Tested by

no test coverage detected