CN113741744A - Cursor display method, device, medium and electronic equipment based on remote desktop - Google Patents

Cursor display method, device, medium and electronic equipment based on remote desktop Download PDF

Info

Publication number
CN113741744A
CN113741744A CN202110158150.5A CN202110158150A CN113741744A CN 113741744 A CN113741744 A CN 113741744A CN 202110158150 A CN202110158150 A CN 202110158150A CN 113741744 A CN113741744 A CN 113741744A
Authority
CN
China
Prior art keywords
client
remote desktop
remote
cursor
remote server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110158150.5A
Other languages
Chinese (zh)
Inventor
万安庆
柴义磊
魏正亚
张芦
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Dalong Information Technology Co Ltd
Original Assignee
Shanghai Dalong Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Dalong Information Technology Co Ltd filed Critical Shanghai Dalong Information Technology Co Ltd
Priority to CN202110158150.5A priority Critical patent/CN113741744A/en
Publication of CN113741744A publication Critical patent/CN113741744A/en
Priority to PCT/CN2022/075199 priority patent/WO2022166927A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04812Interaction techniques based on cursor appearance or behaviour, e.g. being affected by the presence of displayed objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/452Remote windowing, e.g. X-Window System, desktop virtualisation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a cursor display method, a cursor display device, a cursor display medium and electronic equipment based on a remote desktop. The cursor display method based on the remote desktop is applied to a client side for displaying the remote desktop and comprises the following steps: capturing a relative displacement value of system mouse movement, and sending the relative displacement value to a remote server side providing the remote desktop so that the remote server side can execute corresponding mouse movement according to the relative displacement value; acquiring the proportion data of the absolute coordinates of the mouse after the remote server moves, which is provided by the remote server, relative to the screen resolution of the remote server; and drawing the moved cursor at the corresponding position of the remote desktop window on the client according to the proportion data and the position and the size of the remote desktop window displayed by the client. The method and the device reduce the influence of the loss of the mouse movement data on the movement fluency, and improve the mouse experience of playing the 3d game through the remote desktop under the weak network condition.

Description

Cursor display method, device, medium and electronic equipment based on remote desktop
Technical Field
The invention relates to the technical field of remote desktops, in particular to a cursor display method, a cursor display device, a cursor display medium and electronic equipment based on a remote desktop.
Background
The cloud game is a game mode based on cloud computing, all games are run at a server end in a running mode of the cloud game, the whole game is seen with players through a network, namely, a user accesses the server locally through various intelligent devices through a remote control protocol, and a remote desktop provided by the remote server is controlled through various input devices. Compared with the remote control technology for working and the like, the remote control technology is used for controlling the cloud game, the requirements on various delay data and fluency are higher, particularly the requirements on cursor control are shown, and if the cursor delay is high and the movement and running are not smooth, the cloud game cannot really realize the local experience effect.
Disclosure of Invention
In view of the above-mentioned shortcomings of the prior art, it is an object of the present invention to provide a method, an apparatus, a medium and an electronic device for displaying a cursor based on a remote desktop, which are used to solve the above shortcomings in the prior art.
In order to achieve the above and other related objects, the present invention provides a cursor display method based on a remote desktop, applied to a client for displaying the remote desktop, the method including: capturing a relative displacement value of system mouse movement, and sending the relative displacement value to a remote server side providing the remote desktop so that the remote server side can execute corresponding mouse movement according to the relative displacement value; acquiring the proportion data of the absolute coordinates of the mouse after the remote server moves, which is provided by the remote server, relative to the screen resolution of the remote server; and drawing the moved cursor at the corresponding position of the remote desktop window on the client according to the proportion data and the position and the size of the remote desktop window displayed by the client.
In an embodiment of the present invention, the capturing manner of the relative displacement value includes: event-triggered acquisition mode and/or timed polling acquisition mode.
In an embodiment of the present invention, if the client includes: the system comprises a mobile app, a computer application client, a web client and an h5 client; drawing the moved cursor at a position corresponding to a remote desktop window on the client, specifically comprising: for the mobile app and the h5 client, drawing the moved cursor at a position corresponding to a direct remote desktop window; and hiding a local cursor at the computer application client and the web client, and drawing the moved cursor at a position corresponding to a remote desktop window.
In order to achieve the above and other related objects, the present invention provides a cursor display method based on a remote desktop, applied to a remote server providing the remote desktop, the method including: receiving a relative displacement value of cursor movement sent by a client displaying the remote desktop, and executing corresponding mouse movement operation according to the relative displacement value; the method comprises the steps of capturing a mouse of the remote server at fixed time, sending proportion data of absolute coordinates of the moved mouse relative to the screen resolution of the remote server to the client, and drawing a moved cursor at a position corresponding to a remote desktop window on the client by the client according to the proportion data, the position and the size of the remote desktop window displayed by the client.
In an embodiment of the present invention, the sending timing of the proportional data includes: and calculating and sending the proportion data when the system mouse is detected to move, or sending the proportion data of the last movement of the cursor to the client according to a preset frequency before the cursor moves again.
In an embodiment of the present invention, if the absolute coordinates of the moved mouse are (k, l), and the screen resolution of the remote server is c × d, the ratio data is (k/c, l/d).
To achieve the above and other related objects, the present invention provides a cursor display device based on a remote desktop, applied to a user equipment for displaying the remote desktop, the device comprising: the data capturing module is used for capturing a relative displacement value of the system mouse movement and sending the relative displacement value to a remote server side providing the remote desktop, so that the remote server side can execute corresponding mouse movement according to the relative displacement value; the data receiving module is used for acquiring the proportion data of the absolute coordinates of the mouse after the remote server moves, which is provided by the remote server, relative to the screen resolution of the remote server; and the cursor display module is used for drawing the moved cursor at the corresponding position of the remote desktop window on the client according to the proportion data, the position and the size of the remote desktop window displayed by the client.
To achieve the above and other related objects, the present invention provides a cursor display device based on a remote desktop, applied to a remote device providing the remote desktop, the device comprising: the relative displacement receiving module is used for receiving a relative displacement value of mouse movement sent by a client side displaying the remote desktop and executing corresponding mouse movement operation according to the relative displacement value; and the proportion data sending module is used for capturing the mouse of the remote server at regular time, sending the proportion data of the absolute coordinate of the moved mouse relative to the screen resolution of the remote server to the client, so that the client can draw the moved cursor at the corresponding position of the remote desktop window on the client according to the proportion data, the position and the size of the remote desktop window displayed by the client.
To achieve the above and other related objects, the present invention provides a computer-readable storage medium, in which a computer program is stored, and the computer program, when loaded and executed by a processor, implements the remote desktop-based cursor display method.
To achieve the above and other related objects, the present invention provides an electronic device, comprising: a processor and a memory; wherein the memory is for storing a computer program; the processor is used for loading and executing the computer program to enable the electronic equipment to execute the remote desktop-based cursor display method.
As described above, the cursor display method, device, medium and electronic device based on the remote desktop according to the present invention implement the conversion from the traditional alignment from the server cursor to the client cursor, and can further enable the cloud game or other cloud applications to develop towards the localization trend. Compared with the conventional implementation method in which the server captures the audio and video data and the cursor data, encodes the audio and video data and transmits the encoded data to the client for decoding and the like, the method and the device enable the cursor data not to be processed simultaneously with the audio and video data, save the time delay caused by the encoding of the server and the decoding of the client, and reduce the influence of data packet loss due to small single cursor data packet. Through the technical scheme of the invention, when a user uses the cursor to control the cloud game or other cloud applications, the operation is smooth and low in delay, the operation effect can gradually tend to be localized, and the user experience is better.
Drawings
Fig. 1 is a flowchart illustrating a cursor display method based on a remote desktop according to an embodiment of the present invention.
Fig. 2 is a block diagram of a cursor display device based on a remote desktop according to an embodiment of the present invention.
Fig. 3 is a block diagram of an electronic device according to an embodiment of the invention.
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention. It is to be noted that the features in the following embodiments and examples may be combined with each other without conflict.
It should be noted that the drawings provided in the following embodiments are only for illustrating the basic idea of the present invention, and the drawings only show the components related to the present invention rather than the number, shape and size of the components in actual implementation, and the type, quantity and proportion of the components in actual implementation may be changed freely, and the layout of the components may be more complicated.
As shown in fig. 1, the embodiment provides a cursor display method based on a remote desktop, which can meet the higher requirements of controlling cloud games or other cloud applications on various delay data and fluency by using a remote control technology, so that the delay in mouse control is lower, the mouse movement operation is better and fluency, and further the cloud games or other cloud applications achieve a localized experience effect.
The cursor display method based on the remote desktop comprises the following steps:
s1: the client captures a relative displacement value of the system mouse movement and sends the relative displacement value to a remote server providing the remote desktop so that the remote server can execute corresponding mouse movement according to the relative displacement value;
specifically, the client of the user captures system mouse movement operation data through the operating system api (e.g., the web application uses the JS api). The capture mode of the system mouse movement operation data comprises the following steps: event-triggered acquisition mode, timed polling acquisition mode, etc., for example: and when a reliable protocol is adopted to transmit data, an event trigger acquisition mode is adopted, and when an unreliable protocol is adopted, a timing polling acquisition mode is adopted. The system mouse movement operation data at least comprises relative displacement values of mouse movement. And establishing a coordinate system according to the system resolution. When the system mouse moves, the relative displacement value (m, n) of the current position of the mouse compared with the previous position is calculated according to the coordinate system.
S2: the remote server receives the relative displacement value of the mouse movement sent by the client displaying the remote desktop, and executes the corresponding mouse movement operation according to the relative displacement value;
specifically, when the remote server receives the relative displacement value (m, n), according to the resolution of the remote desktop window displayed on the client and the resolution of the remote server desktop, the relative displacement value (m, n) is converted into the corresponding displacement of the mouse movement event on the client on the remote server, and the corresponding operation is executed immediately. For example: if the resolution of the client window is a × b and the resolution of the remote server desktop is c × d, the relative displacement value of the remote server is (c/a × m, d/b × n), and at this time, the mouse of the remote server moves according to (c/a × m, d/b × n), so as to execute the mouse moving operation.
S3: the remote server captures a mouse of the remote server, and sends the proportion data of the absolute coordinates of the mouse after movement relative to the screen resolution of the remote server to the client;
specifically, after the remote server executes the mouse moving operation, the mare captures mouse image data at regular time through a graphic operation instruction of an operating system, obtains absolute coordinates (k, l) of the remote server mouse through a hook, calculates proportion data (k/c, l/d) of the remote server mouse relative to the screen resolution of the remote server, and synchronously sends the proportion data to the client. Alternatively, the sending frequency of the proportional data from the remote server to the client may be capturing and sending when new mouse movement data is generated, or sending the last captured cursor data to the client according to a predetermined frequency before new data is generated.
S4: the method comprises the steps that a client receives proportion data of absolute coordinates of a mouse after the remote server moves, wherein the proportion data is provided by the remote server and is relative to the screen resolution of the remote server;
s5: and the client draws the moved cursor at the corresponding position of the remote desktop window on the client according to the proportion data and the position and the size of the remote desktop window displayed by the client.
Specifically, after receiving mouse data (mouse image data, proportional data) sent by a remote server, a client confirms the position of a window at a certain vertex (x, y) of a display window of user local equipment by a remote desktop according to the position and the size of the window of a remote desktop displayed by the current client, and determines the size of the window as an origin according to the transverse size and the longitudinal size of the window, when the remote desktop window is in a full screen, the system resolution is the resolution of the remote desktop window, the received absolute coordinates of the mouse of the remote server are mapped relative to the proportional data of the screen resolution of the remote server, and the received mouse image data are processed differently according to the pushing mode of different types of mice, so that the mouse of the remote server can be positioned at the corresponding position (k/c a, l/d b) is drawn so that the client cursor is consistent with the remote server mouse.
In addition, for different clients, such as a computer application client and a web page client, before drawing and displaying a cursor, a local cursor needs to be hidden; for mobile app and h5 clients, since there is no local cursor, the rendering and display process can be done directly when cursor data is received.
All or part of the steps for implementing the above method embodiments may be performed by hardware associated with a computer program. Based upon such an understanding, the present invention also provides a computer program product comprising one or more computer instructions. The computer instructions may be stored in a computer readable storage medium. The computer-readable storage medium can be any available medium that a computer can store or a data storage device, such as a server, a data center, etc., that is integrated with one or more available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
Referring to fig. 2, the present embodiment provides a cursor display device 21 based on a remote desktop and a cursor display device 22 based on a remote desktop, and since the technical principle of the present embodiment is similar to that of the foregoing method embodiments, repeated descriptions of the same technical details are not repeated.
The cursor display device 21 based on the remote desktop is mounted in a user device, such as a smart phone, a tablet computer, and the like, and specifically includes: a data capturing module 21a, a data receiving module 21b and a cursor display module 21 c. The data capturing module 21a is configured to perform step S1 of the foregoing method embodiment, the data receiving module 21b is configured to perform step S4 of the foregoing method embodiment, and the cursor displaying module 21c is configured to perform step S5 of the foregoing method embodiment.
The cursor display device 22 based on the remote desktop is mounted on a remote device, such as a single physical server, a server group, and the like, and specifically includes: a relative displacement receiving module 22a and a proportional data transmitting module 22 b. The relative displacement receiving module 22a is configured to execute step S2 of the foregoing method embodiment, and the proportional data transmitting module 22b is configured to execute step S3 of the foregoing method embodiment.
The remote device is used to provide a remote desktop to the user device, which the user device displays.
Those skilled in the art should understand that the division of the modules in the embodiment of fig. 2 is only a logical division, and the actual implementation can be fully or partially integrated into one or more physical entities. And the modules can be realized in a form that all software is called by the processing element, or in a form that all the modules are realized in a form that all the modules are called by the processing element, or in a form that part of the modules are called by the hardware.
Referring to fig. 3, the embodiment provides an electronic device, which may be a desktop computer, a laptop computer, a tablet computer, a smart phone, and the like. In detail, the electronic device comprises at least, connected by a bus: the system comprises a memory and a processor, wherein the memory is used for storing computer programs, and the processor is used for executing the computer programs stored in the memory so as to execute all or part of the steps executed by the client side in the embodiment of the method or all or part of the steps executed by the remote server side.
The above-mentioned system bus may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The system bus may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus. The communication interface is used for realizing communication between the database access device and other equipment (such as a client, a read-write library and a read-only library). The Memory may include a Random Access Memory (RAM), and may further include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory.
The Processor may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the Integrated Circuit may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component.
In summary, the cursor display method, device, medium and electronic device based on the remote desktop of the present invention reduce the influence of the loss of mouse movement data on the movement fluency, improve the mouse experience of playing 3d games through the remote desktop under the weak network condition, effectively overcome various disadvantages in the prior art, and have high industrial utilization value.
The foregoing embodiments are merely illustrative of the principles and utilities of the present invention and are not intended to limit the invention. Any person skilled in the art can modify or change the above-mentioned embodiments without departing from the spirit and scope of the present invention. Accordingly, it is intended that all equivalent modifications or changes which can be made by those skilled in the art without departing from the spirit and technical spirit of the present invention be covered by the claims of the present invention.

Claims (10)

1. A cursor display method based on a remote desktop is applied to a client side for displaying the remote desktop, and the method comprises the following steps:
capturing a relative displacement value of system mouse movement, and sending the relative displacement value to a remote server side providing the remote desktop so that the remote server side can execute corresponding mouse movement according to the relative displacement value;
acquiring the proportion data of the absolute coordinates of the mouse after the remote server moves, which is provided by the remote server, relative to the screen resolution of the remote server;
and drawing the moved cursor at the corresponding position of the remote desktop window on the client according to the proportion data and the position and the size of the remote desktop window displayed by the client.
2. The cursor display method of claim 1, wherein the capturing manner of the relative displacement value comprises: event-triggered acquisition mode and/or timed polling acquisition mode.
3. The cursor display method according to claim 1, wherein if the client comprises: the system comprises a mobile app, a computer application client, a web client and an h5 client; drawing the moved cursor at a position corresponding to a remote desktop window on the client, specifically comprising:
for the mobile app and h5 client, drawing the moved cursor at a position corresponding to a remote desktop window directly;
and hiding a local cursor at the computer application client and the web client, and drawing the moved cursor at a position corresponding to a remote desktop window.
4. A cursor display method based on a remote desktop is applied to a remote server side providing the remote desktop, and the method comprises the following steps:
receiving a relative displacement value of mouse movement sent by a client displaying the remote desktop, and executing corresponding mouse movement operation according to the relative displacement value;
capturing the mouse of the remote server, and sending the proportion data of the absolute coordinate of the moved mouse relative to the screen resolution of the remote server to the client so that the client can draw the moved cursor at the corresponding position of the remote desktop window on the client according to the proportion data, the position and the size of the remote desktop window displayed by the client.
5. The cursor display method of claim 4, wherein the sending timing of the proportional data comprises: and when the system mouse is detected to be operated, capturing absolute coordinates of a cursor to calculate and sending the proportion data.
6. The cursor display method of claim 4, wherein if the absolute coordinates of the moved cursor are (k, l) and the screen resolution of the remote server is c x d, the ratio data is (k/c, l/d).
7. A cursor display device based on a remote desktop is applied to a user device for displaying the remote desktop, and the device comprises:
the data capturing module is used for capturing a relative displacement value of the system mouse movement and sending the relative displacement value to a remote server side providing the remote desktop, so that the remote server side can execute corresponding mouse movement according to the relative displacement value;
the data receiving module is used for acquiring the proportion data of the absolute coordinates of the mouse after the remote server moves, which is provided by the remote server, relative to the screen resolution of the remote server;
and the cursor display module is used for drawing the moved cursor at the corresponding position of the remote desktop window on the client according to the proportion data, the position and the size of the remote desktop window displayed by the client.
8. A cursor display device based on a remote desktop is applied to a remote device providing the remote desktop, and the device comprises:
the relative displacement receiving module is used for receiving a relative displacement value of mouse movement sent by a client side displaying the remote desktop and executing corresponding mouse movement operation according to the relative displacement value;
and the proportion data sending module is used for capturing the mouse of the remote server and sending the proportion data of the absolute coordinate of the moved mouse relative to the screen resolution of the remote server to the client so that the client can draw the moved cursor at the corresponding position of the remote desktop window on the client according to the proportion data, the position and the size of the remote desktop window displayed by the client.
9. A computer-readable storage medium, in which a computer program is stored which, when loaded and executed by a processor, carries out a remote desktop-based cursor display method according to any one of claims 1 to 6.
10. An electronic device, comprising: a processor and a memory; wherein the content of the first and second substances,
the memory is used for storing a computer program;
the processor is used for loading and executing the computer program to enable the electronic equipment to execute the remote desktop-based cursor display method of any one of claims 1 to 6.
CN202110158150.5A 2021-02-04 2021-02-04 Cursor display method, device, medium and electronic equipment based on remote desktop Pending CN113741744A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110158150.5A CN113741744A (en) 2021-02-04 2021-02-04 Cursor display method, device, medium and electronic equipment based on remote desktop
PCT/CN2022/075199 WO2022166927A1 (en) 2021-02-04 2022-01-30 Cursor display method and apparatus based on remote desktop, medium, and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110158150.5A CN113741744A (en) 2021-02-04 2021-02-04 Cursor display method, device, medium and electronic equipment based on remote desktop

Publications (1)

Publication Number Publication Date
CN113741744A true CN113741744A (en) 2021-12-03

Family

ID=78728158

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110158150.5A Pending CN113741744A (en) 2021-02-04 2021-02-04 Cursor display method, device, medium and electronic equipment based on remote desktop

Country Status (2)

Country Link
CN (1) CN113741744A (en)
WO (1) WO2022166927A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114385046A (en) * 2022-01-07 2022-04-22 阿里巴巴(中国)网络技术有限公司 Method and device for realizing end-side window movement
CN114513535A (en) * 2022-01-07 2022-05-17 阿里巴巴(中国)有限公司 Data transmission system, method, device and equipment
CN114661193A (en) * 2022-03-02 2022-06-24 阿里巴巴(中国)有限公司 Window adjusting method, device and system based on cloud application and electronic equipment
WO2022166927A1 (en) * 2021-02-04 2022-08-11 上海达龙信息科技有限公司 Cursor display method and apparatus based on remote desktop, medium, and electronic device
CN115185414A (en) * 2022-07-26 2022-10-14 Vidaa国际控股(荷兰)公司 Display device and cursor control method
CN115543714A (en) * 2022-12-02 2022-12-30 北京志翔科技股份有限公司 Remote desktop delay detection method and device, electronic equipment and system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116560532B (en) * 2023-07-06 2023-09-26 麒麟软件有限公司 Implementation method for acquiring hardware cursor by remote desktop in waiand environment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103959208A (en) * 2011-10-28 2014-07-30 汤姆逊许可公司 Method of internet browser-based remote user interface virtual mouse cursor positioning
CN103970290A (en) * 2013-01-30 2014-08-06 云联(北京)信息技术有限公司 Cloud-gaming-based mouse signal processing device and method
CN106843537A (en) * 2012-12-31 2017-06-13 华为技术有限公司 The synchronous methods, devices and systems of mouse
CN110496388A (en) * 2019-08-22 2019-11-26 上海达龙信息科技有限公司 Remote desktop mouse emulation method, simulation system, medium and electronic equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9798436B2 (en) * 2010-07-08 2017-10-24 Red Hat Israel, Ltd. Remote computing with a low latency mouse mode
CN109701265A (en) * 2018-12-04 2019-05-03 上海达龙信息科技有限公司 Remote desktop cursor mode switching method, system, client and remote server
CN113741744A (en) * 2021-02-04 2021-12-03 上海达龙信息科技有限公司 Cursor display method, device, medium and electronic equipment based on remote desktop

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103959208A (en) * 2011-10-28 2014-07-30 汤姆逊许可公司 Method of internet browser-based remote user interface virtual mouse cursor positioning
CN106843537A (en) * 2012-12-31 2017-06-13 华为技术有限公司 The synchronous methods, devices and systems of mouse
CN103970290A (en) * 2013-01-30 2014-08-06 云联(北京)信息技术有限公司 Cloud-gaming-based mouse signal processing device and method
CN110496388A (en) * 2019-08-22 2019-11-26 上海达龙信息科技有限公司 Remote desktop mouse emulation method, simulation system, medium and electronic equipment

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022166927A1 (en) * 2021-02-04 2022-08-11 上海达龙信息科技有限公司 Cursor display method and apparatus based on remote desktop, medium, and electronic device
CN114385046A (en) * 2022-01-07 2022-04-22 阿里巴巴(中国)网络技术有限公司 Method and device for realizing end-side window movement
CN114513535A (en) * 2022-01-07 2022-05-17 阿里巴巴(中国)有限公司 Data transmission system, method, device and equipment
CN114513535B (en) * 2022-01-07 2024-03-08 阿里巴巴(中国)有限公司 Data transmission system, method, device and equipment
CN114661193A (en) * 2022-03-02 2022-06-24 阿里巴巴(中国)有限公司 Window adjusting method, device and system based on cloud application and electronic equipment
CN115185414A (en) * 2022-07-26 2022-10-14 Vidaa国际控股(荷兰)公司 Display device and cursor control method
CN115185414B (en) * 2022-07-26 2024-04-19 Vidaa国际控股(荷兰)公司 Display device and cursor control method
CN115543714A (en) * 2022-12-02 2022-12-30 北京志翔科技股份有限公司 Remote desktop delay detection method and device, electronic equipment and system

Also Published As

Publication number Publication date
WO2022166927A1 (en) 2022-08-11

Similar Documents

Publication Publication Date Title
CN113741744A (en) Cursor display method, device, medium and electronic equipment based on remote desktop
KR102592633B1 (en) Image rendering methods and related devices
US10229651B2 (en) Variable refresh rate video capture and playback
CN109032390B (en) Handwriting data caching method, device, equipment and storage medium
US9690442B2 (en) Generating customized effects for image presentation
EP3129871B1 (en) Generating a screenshot
CA2922867C (en) Desktop-cloud-based media control method and device
WO2019114185A1 (en) App remote control method and related devices
US20220148279A1 (en) Virtual object processing method and apparatus, and storage medium and electronic device
WO2021169236A1 (en) Rendering method and apparatus
JP2008526107A (en) Using graphics processors in remote computing
US20220324327A1 (en) Method for controlling terminal, electronic device and storage medium
CN112614202A (en) GUI rendering display method, terminal, server, electronic device and storage medium
CN102254292A (en) Remote 3D instruction rendering system and method
CN109388317B (en) Picture loading method, terminal device and storage medium
US20190012987A1 (en) Method and system for playing multimedia data
US11803248B2 (en) Gesture operation method, apparatus, device and medium
KR102279097B1 (en) Phonepad
CN111491208B (en) Video processing method and device, electronic equipment and computer readable medium
CN105144243A (en) Data visualization
CN111273880A (en) Remote display method and device based on cloud intelligent equipment
JP2014533396A (en) Positioning method of virtual mouse cursor for remote user interface based on internet browser
WO2022237116A1 (en) Image processing method and apparatus
CN114240754A (en) Screen projection processing method and device, electronic equipment and computer readable storage medium
CN110174946A (en) Mouse action analogy method, simulation system, storage medium and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination