| Name |
softkeyPressed() |
| Description | The softkeyPressed() function is called when the user presses a custom labelled softkey. A softkey is labelled using the softkey() function. The custom label is passed to the function as a parameter. |
| Syntax |
void softkeyPressed(String label) {
|
| Returns | None |
| Related |
softkey() |