symbol_clicked


Description:

public signal void symbol_clicked (char button)

This signal is emitted when one of the symbol buttons (0-9, # or *) is clicked.

Connect to this signal to find out which button was pressed. This doesn't take any cycling modes into account. So the button with "*" and "+" on it will always send "*". Delete and Submit buttons will not trigger this signal.

Parameters:

button

The main symbol on the button that was clicked