which property
The UIEvent.which read-only property of the UIEvent interface
returns a number that indicates which button was pressed on the mouse, or
the numeric keyCode or the character code (charCode) of the key
pressed on the keyboard.
Implementation
external int get which;