Clickable.clickEventExists - HermesPasser/Ramu GitHub Wiki

static bool Clickable.clickEventExists()

Return

bool: True if the device supports the click event.

Description

Check if the click event exists on the device.

You can test this snippet of code here.

new Text("Event exists? " + Clickable.clickEventExists(), 10, 10, 200);