<entry name="blocked_already" value="3" summary="blocked already by the other client"/>
<entry name="no_system_resources" value="4" summary="no system resources such as memory lack"/>
<entry name="invalid_parameter" value="5" summary="argument is invalid"/>
+ <entry name="invalid_surface" value="6" summary="the given surface is not visible or pointer is not on the given surface"/>
+ <entry name="no_pointer_available" value="7" summary="there is no pointer available to warp"/>
</enum>
<event name="error">
<arg name="y" type="uint"/>
<arg name="finger" type="uint"/>
</request>
+
+ <request name="pointer_warp">
+ <description summary="warp pointer to the relative position to the given surface">
+ </description>
+ <arg name="surface" type="object" interface="wl_surface"/>
+ <arg name="x" type="fixed"/>
+ <arg name="y" type="fixed"/>
+ </request>
</interface>
<interface name="tizen_input_device" version="1">