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

Class EventTouchMove

shared/java/EventTouchMove.java:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import org.jetbrains.annotations.*;
5
6@Data
7public class EventTouchMove implements Event {
8 @ApiStatus.Internal public final int _id;
9 @ApiStatus.Internal public final float _fracX;
10 @ApiStatus.Internal public final float _fracY;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected