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

Class EventTextInput

shared/java/EventTextInput.java:6–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import org.jetbrains.annotations.*;
5
6@Data
7public class EventTextInput implements Event {
8 /** Text to insert */
9 @ApiStatus.Internal public final String _text;
10
11 /** Replacement region start */
12 @ApiStatus.Internal public final int _replacementStart;
13
14 /** Replacement region end */
15 @ApiStatus.Internal public final int _replacementEnd;
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected