Class ScreenInputDispatchGuard

java.lang.Object
com.render.api.gui.internal.ScreenInputDispatchGuard

public final class ScreenInputDispatchGuard extends Object
Per-thread guard that lets an early handled-screen hook and its nested interface-super call share one logical input result. Mouse-button events use object identity; scroll events use an immutable value identity because vanilla does not expose a scroll-event object.