Skip to content

Clickable.clickEventExists

Douglas Lacerda edited this page Oct 9, 2018 · 2 revisions

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);
Clone this wiki locally