mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 07:08:17 +00:00
![]() Adds support for native cursors for `IronRDP-web`. - Uses CSS `cursor` property to set the custom cursor (which we encode as Base64 data URL - Software rendering is still in place and could be enabled via the config flag - "Inverted colors" are implemented for native cursors as a "checkerboard pattern" (As in FreeRDP) - Native cursors have size **limitation** - _Any remote cursor bigger than 32x32 will be scaled down._ This is due to browser limitations described [here](https://chromestatus.com/feature/5825971391299584) and [here](https://bugs.chromium.org/p/chromium/issues/detail?id=880863) Closes #250 |
||
---|---|---|
.. | ||
clipboard | ||
graphics | ||
input | ||
pdu | ||
session | ||
main.rs | ||
pcb.rs | ||
rdcleanpath.rs | ||
server_name.rs |