Add a public getter for the _screen property
This commit is contained in:
parent
b4819c2558
commit
644a434106
|
|
@ -302,6 +302,8 @@ export default class RFB extends EventTargetMixin {
|
||||||
this._refreshCursor();
|
this._refreshCursor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get screen() { return this._screen; }
|
||||||
|
|
||||||
// ===== PUBLIC METHODS =====
|
// ===== PUBLIC METHODS =====
|
||||||
|
|
||||||
disconnect() {
|
disconnect() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue