Skip to content

InputMethod: Have a buffer of key events with forward-key-event

onForwardKeyEvent() causes an infinite loop because clutter_virtual_input_device_notify_key() does not set CLUTTER_EVENT_FLAG_INPUT_METHOD flag. This first change is to have a buffer of key events to count key press correctly during process_key_event_async(). Also clutter_virtual_input_device_notify_key() is replaced with clutter_virtual_input_device_notify_keyval()

#531 (closed)

Edited by Takao Fujiwara

Merge request reports