MCPcopy Create free account
hub / github.com/HumbleUI/JWM / EventHandler

Method EventHandler

docs/GettingStarted.java:18–22  ·  view source on GitHub ↗
(Window window)

Source from the content-addressed store, hash-verified

16 public final LayerGL layer;
17
18 public EventHandler(Window window) {
19 this.window = window;
20 layer = new LayerGL();
21 window.setLayer(layer);
22 }
23
24 @Override
25 public void accept(Event e) {

Callers

nothing calls this directly

Calls 1

setLayerMethod · 0.45

Tested by

no test coverage detected