@novnc/novnc 1.6.0-gfb7e891 → 1.6.0-gfb97e0f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/API.md +0 -5
- package/package.json +1 -1
package/docs/API.md
CHANGED
|
@@ -77,11 +77,6 @@ protocol stream.
|
|
|
77
77
|
if the remote session is smaller than its container, or handled
|
|
78
78
|
according to `clipViewport` if it is larger. Disabled by default.
|
|
79
79
|
|
|
80
|
-
`showDotCursor`
|
|
81
|
-
- Is a `boolean` indicating whether a dot cursor should be shown
|
|
82
|
-
instead of a zero-sized or fully-transparent cursor if the server
|
|
83
|
-
sets such invisible cursor. Disabled by default.
|
|
84
|
-
|
|
85
80
|
`viewOnly`
|
|
86
81
|
- Is a `boolean` indicating if any events (e.g. key presses or mouse
|
|
87
82
|
movement) should be prevented from being sent to the server.
|