Keypad

Keypad

Properties

ButtonsState {{boolean}}read only

A multi-dimensional table mapping the state of each button to a boolean value.
The table must be addressed with [column][row]. A value of true means that the corrisponding button is pressed, a value of false tha the button is in it's released state.

ButtonsDown {{boolean}}read only

A multi-dimensional table mapping boolean flags which will be true only in the time tick the corresponding button changes it's state to pressed. The table must be addressed with [column][row]

ButtonsUp {{boolean}}read only

A multi-dimensional table mapping boolean flags which will be true only in the time tick the corresponding button changes it's state to released. The table must be addressed with [column][row]

ButtonsInputSource {{InputSource}}

Symbols {{Symbol}}

Events

KeypadButtonEvent : { X number, Y number, ButtonDown boolean, ButtonUp boolean, Type string }

Sent when a button state is changed