mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 04:41:28 +03:00
prepare cursor model
This commit is contained in:
@@ -56,6 +56,12 @@ class _RemotePageState extends State<RemotePage> {
|
||||
handlePeerInfo(evt);
|
||||
} else if (name == 'switch_display') {
|
||||
handleSwitchDisplay(evt);
|
||||
} else if (name == 'cursor_data') {
|
||||
FFI.cursorModel.updateCursorData(evt);
|
||||
} else if (name == 'cursor_id') {
|
||||
FFI.cursorModel.updateCursorId(evt);
|
||||
} else if (name == 'cursor_position') {
|
||||
FFI.cursorModel.updateCursorPosition(evt);
|
||||
}
|
||||
}
|
||||
if (!_decoding) {
|
||||
|
||||
Reference in New Issue
Block a user