Uses of Class
org.aesh.terminal.tty.MouseEvent
Packages that use MouseEvent
-
Uses of MouseEvent in org.aesh.terminal
Methods in org.aesh.terminal that return types with arguments of type MouseEventModifier and TypeMethodDescriptionEventDecoder.getMouseHandler()Get the current mouse event handler.AbstractConnection.mouseHandler()default Consumer<MouseEvent> Connection.mouseHandler()Get the current mouse event handler.Method parameters in org.aesh.terminal with type arguments of type MouseEventModifier and TypeMethodDescriptionvoidAbstractConnection.setMouseHandler(Consumer<MouseEvent> handler) default voidConnection.setMouseHandler(Consumer<MouseEvent> handler) Set a handler to be called when mouse events are received.voidEventDecoder.setMouseHandler(Consumer<MouseEvent> mouseHandler) Set the handler for mouse events. -
Uses of MouseEvent in org.aesh.terminal.tty
Methods in org.aesh.terminal.tty that return MouseEventModifier and TypeMethodDescriptionstatic MouseEventMouseEvent.parseSgr(int finalChar, int[] params, int paramCount) Parses an SGR mouse event from a CSI dispatch.