Notice: This is a static archive of the Mobile Processing website, as the project is no longer significantly active. All forms and the Discourse boards are no longer functional, and the mobile website at http://wapmp.at/ is no longer available. Please visit the Mobile Processing Google Group for any remaining discussions and the Processing website for the latest news about Processing.
Index
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) { 
  statements
}
Returns None
Related softkey()