gfx/pointer: add support to set pointer

Extend rdp_pointer with function SetPosition. Can then be used by
clients support setting pointer by server which might be used in
shadowing scenarios.
This commit is contained in:
Bernhard Miklautz
2015-01-13 17:12:02 +01:00
parent ee17750633
commit d625edbe97
3 changed files with 10 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
void update_pointer_position(rdpContext* context, POINTER_POSITION_UPDATE* pointer_position)
{
Pointer_SetPosition(context, pointer_position->xPos, pointer_position->yPos);
}
void update_pointer_system(rdpContext* context, POINTER_SYSTEM_UPDATE* pointer_system)