Skip to main content

GUIUtils

Complete API reference for GUIUtils, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: GUI

Component: no


public class GUIUtils

Static Methods

SignatureReturnsDescription
applyFilter(Touch, TouchFilter)booleanExecutes applyFilter and returns after the underlying engine call finishes.
isTouchInside(Touch, int, int, int, int)booleanReturns whether touch inside is true.
determineTouch(int, int, int, int)TouchPerforms the determineTouch operation using the provided parameters (x, y, width, height).
determineTouch(int, int, int, int, TouchFilter)TouchPerforms the determineTouch operation using the provided parameters (x, y, width, height, touchFilter).
determineTouches(int, int, int, int)Touch[]Performs the determineTouches operation using the provided parameters (x, y, width, height).
determineTouches(int, int, int, int, TouchFilter)Touch[]Performs the determineTouches operation using the provided parameters (x, y, width, height, touchFilter).
determineTouchList(int, int, int, int)List<Touch>Performs the determineTouchList operation using the provided parameters (x, y, width, height).
determineTouchList(int, int, int, int, TouchFilter)List<Touch>Performs the determineTouchList operation using the provided parameters (x, y, width, height, touchFilter).