SCIM Bridge 0.4.x

◆ set_cursor_location()

virtual void ScimBridgeAgentProtected::set_cursor_location ( scim_bridge_imcontext_id_t imcontext_id,
int cursor_x,
int cursor_y )
pure virtual

Set the cursor location in the display.

Parameters
imcontext_idThe ID of the IMContext.
cursor_xThe X location of the cursor.
cursor_yThe Y location of the cursor.

Implemented in ScimBridgeAgentImpl.