Skip to main content

UITouchTrigger

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

Package: JAVARuntime

Category: UI

Component: yes


public class UITouchTrigger extends Component

Constructors

SignatureDescription
UITouchTrigger()Creates a new instance of UITouchTrigger.

Virtual Attributes

NameTypeAccessDescription
selectedTouchTouchgetVirtual attribute exposed by getSelectedTouch. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getSelectedTouch()TouchReturns the current selectedTouch value.
isDown()booleanReturns whether down is true.
isPressed()booleanReturns whether pressed is true.
isUp()booleanReturns whether up is true.