mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
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:
2
libfreerdp/cache/pointer.c
vendored
2
libfreerdp/cache/pointer.c
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user