Class EventUtils
java.lang.Object
com.spinyowl.legui.component.misc.listener.EventUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasScrollableInChildComponentsUnderCursor(Component targetComponent, org.joml.Vector2f cursorPosition) static booleanhasViewportsInAboveLayersUnderCursor(Component component, org.joml.Vector2f cursorPosition)
-
Method Details
-
hasViewportsInAboveLayersUnderCursor
public static boolean hasViewportsInAboveLayersUnderCursor(Component component, org.joml.Vector2f cursorPosition) -
hasScrollableInChildComponentsUnderCursor
public static boolean hasScrollableInChildComponentsUnderCursor(Component targetComponent, org.joml.Vector2f cursorPosition)
-