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

Method PanelMouse

examples/dashboard/java/PanelMouse.java:17–19  ·  view source on GitHub ↗
(Window window)

Source from the content-addressed store, hash-verified

15 public boolean lastInside = false;
16
17 public PanelMouse(Window window) {
18 super(window);
19 }
20
21 @Override
22 public void accept(Event e) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected