mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-12 22:03:29 +02:00
RemoteDesktop: v0.1.16 - Allow to enable/disable mouse capture in remote desktop, remove some unused toolbar buttons
This commit is contained in:
@ -7,6 +7,7 @@ Further information on **wvnc**: [https://blog.lxsang.me/post/id/23](https://blo
|
||||
|
||||
|
||||
## Change logs
|
||||
* v0.1.16 - Allow to enable/disable mouse capture in remote desktop, remove some unused toolbar buttons
|
||||
* v0.1.15 - Only send ACK command when finish rendering the received frame, this allows to vastly improve performance and bandwidth
|
||||
* v0.1.14 - Add toolbar for canvas size control
|
||||
* v0.1.13 - support AntOS v2.0.x
|
||||
|
@ -1,7 +1,7 @@
|
||||
afx-app-window[data-id="RemoteDesktop"] div[data-id="container"]
|
||||
{
|
||||
background-color: #272822;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
}
|
||||
afx-app-window[data-id="RemoteDesktop"] canvas[data-id="screen"]
|
||||
{
|
||||
|
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@
|
||||
"author": "Dany LE",
|
||||
"email": "contact@iohub.dev"
|
||||
},
|
||||
"version":"0.1.15-b",
|
||||
"version":"0.1.16-b",
|
||||
"dependencies": [],
|
||||
"category":"Internet",
|
||||
"icon": "icon.png",
|
||||
|
@ -8,10 +8,9 @@
|
||||
<div data-width = "5" ></div>
|
||||
<afx-slider data-id="zoom" ></afx-slider>
|
||||
<div data-width = "5" ></div>
|
||||
<afx-button iconclass="bi bi-box-arrow-down" data-id="scroll_down" data-width="content"></afx-button>
|
||||
<afx-button iconclass="bi bi-box-arrow-up" data-id="scroll_up" data-width="content"></afx-button>
|
||||
<afx-button iconclass="bi bi-box-arrow-left" data-id="scroll_left" data-width="content"></afx-button>
|
||||
<afx-button iconclass="bi bi-box-arrow-right" data-id="scroll_right" data-width="content"></afx-button>
|
||||
<afx-switch data-id="capture_mouse" swon="true" data-width="content" style="line-height:35px;"></afx-switch>
|
||||
<afx-label text="__(Mouse capture)" data-width="content" style="line-height:35px;"></afx-label>
|
||||
<div data-width = "2" ></div>
|
||||
</afx-hbox>
|
||||
</afx-vbox>
|
||||
</afx-app-window>
|
Reference in New Issue
Block a user