Class: GUIUtils
This page documents the methods and fields available in the GUIUtils class.
Members
| Signature | Description |
|---|---|
determineTouch(int, int, int, int) | Performs the determineTouch operation using the provided parameters (x, y, width, height). |
determineTouch(int, int, int, int, TouchFilter) | Performs the determineTouch operation using the provided parameters (x, y, width, height, touchFilter). |
determineTouchList(int, int, int, int) | Performs the determineTouchList operation using the provided parameters (x, y, width, height). |
determineTouchList(int, int, int, int, TouchFilter) | Performs the determineTouchList operation using the provided parameters (x, y, width, height, touchFilter). |
determineTouches(int, int, int, int) | Performs the determineTouches operation using the provided parameters (x, y, width, height). |
determineTouches(int, int, int, int, TouchFilter) | Performs the determineTouches operation using the provided parameters (x, y, width, height, touchFilter). |
isTouchInside(Touch, int, int, int, int) | Returns whether touch inside is true. |