Retrieves a boolean value indicating whether the control processes the specified keyboard input.
protected boolean getInputKey( int keyData )
keyData
An integer that represents the keyboard input to test. You can specify a constant defined in the Key class for this parameter.
Returns true if the control will process the keyboard input specified by keyData; returns false if the system will process the keyboard input.