Activate event is used to be notified when input field has focus.
During getting focus, IME can be shown or hidden by user event or calling API.
Therefore activate is not always same with show event and deactivate is not always same with hide event.
Change-Id: I6d516a4ee2c2b18a7e6146dc00f650bafc4f5b00
</description>
<arg name="context" type="object" interface="wl_input_method_context"/>
</event>
+ <event name="show_input_panel">
+ <description summary="show input panel event">
+ Input panel (virtual keyboard) was requested to show.
+ </description>
+ <arg name="context" type="object" interface="wl_input_method_context"/>
+ </event>
+ <event name="hide_input_panel">
+ <description summary="hide input panel event">
+ Input panel (virtual keyboard) was requested to hide.
+ </description>
+ <arg name="context" type="object" interface="wl_input_method_context"/>
+ </event>
</interface>
<interface name="wl_input_panel" version="1">