citronneur / node-rdpjs

Remote Desktop Protocol for Node.js
GNU General Public License v3.0
887 stars 154 forks source link

Support of Server Pointer Update PDU (TS_POINTER_PDU) #44

Closed david-at-fiziico closed 4 years ago

david-at-fiziico commented 4 years ago

The current implementation seems doesn't support server pointer update. When RDP server change the mouse pointer style by mouse hover effect, this RDP client will always use default mouse pointer. According to spec, RDP client should be able to reflect such update.

Please advise if it's possible to add such feature, many thanks!

david-at-fiziico commented 4 years ago

move issue to mstsc.js