process_key_event


Description:

public virtual signal bool process_key_event (uint keyval, uint keycode, uint state)

Emitted when a key event is received.

Implement the member function IBusEngineClass::process_key_event in extended class to receive this signal. Both the key symbol and keycode are passed to the member function. See process_key_event for further explanation of key symbol, keycode and which to use.

Parameters:

keyval

Key symbol of the key press.

keycode

KeyCode of the key press.

state

Key modifier flags.

Returns: