]> git.proxmox.com Git - mirror_novnc.git/blobdiff - docs/API-internal.md
Separate out cursor handling
[mirror_novnc.git] / docs / API-internal.md
index 4943c1a107555c0172955ecabb6a0fbd867d6087..0b29afb61fc279f1a4da25cf3ad2658833f2f2be 100644 (file)
@@ -113,9 +113,6 @@ None
 | blitRgbImage       | (x, y, width, height, arr, offset, from_queue)          | Blit RGB encoded image to display
 | blitRgbxImage      | (x, y, width, height, arr, offset, from_queue)          | Blit RGBX encoded image to display
 | drawImage          | (img, x, y)                                             | Draw image and track damage
-| changeCursor       | (pixels, mask, hotx, hoty, w, h)                        | Change cursor appearance
-| defaultCursor      | ()                                                      | Restore default cursor appearance
-| disableLocalCursor | ()                                                      | Disable local (client-side) cursor
 | autoscale          | (containerWidth, containerHeight)                       | Scale the display
 
 ### 2.3.3 Callbacks