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

Class EventFrameSkija

shared/java/skija/EventFrameSkija.java:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import org.jetbrains.annotations.*;
7
8@lombok.Data
9public class EventFrameSkija implements Event {
10 @ApiStatus.Internal public final Surface _surface;
11
12 @Override
13 public String toString() {
14 return "EventFrameSkija(_surface=" + System.identityHashCode(_surface) + ")";
15 }
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected