|
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_id | The ID of the IMContext. |
| cursor_x | The X location of the cursor. |
| cursor_y | The Y location of the cursor. |
|
|