any1 / neatvnc

A liberally licensed VNC server library with a clean interface
ISC License
118 stars 29 forks source link

Allow to query client-side cursor support #67

Closed pH5 closed 1 year ago

pH5 commented 1 year ago

Add a function nvnc_client_supports_cursor() to enable the API user to make an informed decision whether nvnc_set_cursor() can be expected to make the client draw the cursor, or whether it has to be rendered into the framebuffer.

any1 commented 1 year ago

LGTM.