mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Check return of ainput mouse event
This commit is contained in:
@@ -1145,8 +1145,7 @@ BOOL freerdp_client_send_extended_button_event(rdpClientContext* cctx, BOOL rela
|
||||
if (mflags & PTR_XFLAGS_BUTTON2)
|
||||
flags |= AINPUT_XFLAGS_BUTTON2;
|
||||
|
||||
ainput_send_diff_event(cctx, flags, x, y);
|
||||
handled = TRUE;
|
||||
handled = ainput_send_diff_event(cctx, flags, x, y);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user