Function TouchScreenButton.action

The button's action. Actions can be handled with InputEventAction.

String action() nothrow @property @nogc;

void action (
  String v
) nothrow @property @nogc;