Interface ClientScreenInputEvent
@Environment(CLIENT)
public interface ClientScreenInputEvent
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Event<ClientScreenInputEvent.KeyTyped>
static final Event<ClientScreenInputEvent.KeyTyped>
static final Event<ClientScreenInputEvent.KeyPressed>
static final Event<ClientScreenInputEvent.KeyPressed>
static final Event<ClientScreenInputEvent.KeyReleased>
static final Event<ClientScreenInputEvent.KeyReleased>
static final Event<ClientScreenInputEvent.MouseClicked>
static final Event<ClientScreenInputEvent.MouseClicked>
static final Event<ClientScreenInputEvent.MouseDragged>
static final Event<ClientScreenInputEvent.MouseDragged>
static final Event<ClientScreenInputEvent.MouseReleased>
static final Event<ClientScreenInputEvent.MouseReleased>
static final Event<ClientScreenInputEvent.MouseScrolled>
static final Event<ClientScreenInputEvent.MouseScrolled>
-
Field Details
-
MOUSE_SCROLLED_PRE
-
MOUSE_SCROLLED_POST
-
MOUSE_CLICKED_PRE
-
MOUSE_CLICKED_POST
-
MOUSE_RELEASED_PRE
-
MOUSE_RELEASED_POST
-
MOUSE_DRAGGED_PRE
-
MOUSE_DRAGGED_POST
-
CHAR_TYPED_PRE
-
CHAR_TYPED_POST
-
KEY_PRESSED_PRE
-
KEY_PRESSED_POST
-
KEY_RELEASED_PRE
-
KEY_RELEASED_POST
-