A touch operation processing method and system, a computer device and a storage medium
By acquiring and determining the touch area to which the swipe gesture signal belongs, executing the corresponding operation, and disabling event responses in other areas, swipe conflicts are resolved, and the user experience of the user interface is improved.
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- SHENZHEN OURUIBO ELECTRONICS
- Filing Date
- 2022-09-22
- Publication Date
- 2026-05-15
AI Technical Summary
In user interface design, when multiple components are used together, sliding conflicts may occur, affecting the user experience.
By constructing a touch operation processing method, after obtaining the swipe gesture signal, the touch area to which it belongs is determined, and the corresponding swipe operation is executed according to the determination result, while disabling the internal event response of other areas.
This avoids different touch areas responding to the same swipe gesture signal, thus improving the user experience.
Smart Images

Figure CN115599282B_ABST
Abstract
Description
Technical Field
[0001] This invention relates to the field of touch operation technology, and in particular to a touch operation processing method, system, computer device and storage medium. Background Technology
[0002] In application development, many components are available that support user drag-and-drop, swiping, and other similar operations. When using these components individually, no problems arise. However, as business presentation requirements change and user interface designs become more complex, situations often arise where multiple components are combined. When multiple components can accept swipe gestures, it's possible for multiple components' internal events to respond to the same swipe gesture, leading to swipe conflicts and impacting the user experience. Summary of the Invention
[0003] The technical problem to be solved by the present invention is to provide a touch operation processing method, system, computer device and storage medium.
[0004] The technical solution adopted by this invention to solve its technical problem is: constructing a touch operation processing method, including:
[0005] Get the currently pending swipe gesture signal;
[0006] Determine whether the swipe gesture signal is a swipe gesture signal of the first touch area; if yes, the first touch area performs a swipe operation corresponding to the swipe gesture signal and sends a lock notification signal to disable the second touch area; if no, the second touch area performs a swipe operation corresponding to the swipe gesture signal.
[0007] Preferably, before the step of acquiring the currently processed swipe gesture signal, the method further includes:
[0008] Create a first touch area and a second touch area, and distribute the first touch area and the second touch area on the same page without overlapping; or make the first touch area contain the second touch area and distribute them on the same page; or make the second touch area contain the first touch area and distribute them on the same page.
[0009] Preferably, before the step of obtaining the currently pending swipe gesture signal, the method further includes: obtaining the currently pending gesture signal, and determining whether the gesture signal is a swipe gesture signal; if so, obtaining the currently pending gesture signal as the swipe gesture signal.
[0010] Preferably, the step of determining whether the swipe gesture signal is a swipe gesture signal of the first touch area includes:
[0011] Determine whether the starting point of the swipe gesture signal is within the first touch area; if so, determine that it is a swipe gesture signal within the first touch area.
[0012] If not, a delay processing signal is issued to make the second touch area wait, and it is determined whether a swipe update occurs within a set time. If yes, it is determined to be a swipe gesture signal of the first touch area, and a delay release signal is issued. If no, it is determined to be a swipe gesture signal other than the first touch area, and a delay release signal is issued.
[0013] Preferably, the step of issuing a lock notification signal and disabling the second touch area includes:
[0014] Based on the swipe start command of the swipe gesture signal, a first lock notification signal is issued to prevent the triggering of internal events in the second touch area;
[0015] And / or issue a second lock notification signal based on the swipe update command of the swipe gesture signal to prevent the triggering of internal events in the second touch area;
[0016] Based on the sliding end command of the sliding gesture signal, an unlock notification signal is issued to unlock the internal events of the second touch area.
[0017] Preferably, the step of performing a sliding operation corresponding to the sliding gesture signal in the first touch area further includes: determining whether the first touch area can respond to the sliding gesture signal; if not, the first touch area does not respond to the sliding gesture signal; if so, the first touch area performs a sliding operation corresponding to the sliding gesture signal.
[0018] Preferably, the step of performing a sliding operation corresponding to the sliding gesture signal in the second touch area further includes: determining whether the second touch area can respond to the sliding gesture signal; if not, the second touch area does not respond to the sliding gesture signal; if so, the second touch area performs a sliding operation corresponding to the sliding gesture signal.
[0019] The present invention also constructs a touch operation processing system, which can be used in any of the touch operation processing methods described above, comprising:
[0020] The gesture signal acquisition module is used to acquire the swipe gesture signal to be processed;
[0021] The gesture signal processing module is used to determine whether the sliding gesture signal is a sliding gesture signal of the first touch area; if yes, the first touch area performs a sliding operation corresponding to the sliding gesture signal and sends a lock notification signal to disable the second touch area; if no, the second touch area performs a sliding operation corresponding to the sliding gesture signal.
[0022] The present invention also provides a computer device, characterized in that it includes: a memory, a processor, and a bus, wherein the memory stores a computer program executable by the processor, the processor communicates with the memory via the bus, and the processor executes the computer program to perform the steps of the touch operation processing method as described in any of the above.
[0023] The present invention also provides a computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, the computer program being adapted for loading by a processor to perform the steps of the touch operation processing method as described in any of the above.
[0024] The touch operation processing method, system, computer device, and storage medium of the present invention can determine the touch area that responds to the swipe gesture signal after acquiring the swipe gesture signal to be processed, and perform the swipe operation by the touch area. This can avoid internal events of different touch areas responding to the same swipe gesture signal, thereby solving swipe conflicts and improving the user experience. Attached Figure Description
[0025] To more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below. Obviously, the drawings described below are only some embodiments of the present invention. For those skilled in the art, other drawings can be obtained based on these drawings without creative effort.
[0026] Figure 1 This is a flowchart illustrating an embodiment of a touch operation processing method provided by the present invention;
[0027] Figure 2 This is a schematic diagram illustrating a specific application example of a touch operation processing method provided by the present invention. Detailed Implementation
[0028] The technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings. Obviously, the described embodiments are only some embodiments of the present invention, and not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those skilled in the art without creative effort are within the scope of protection of the present invention.
[0029] Please see Figure 1 , Figure 1 This is a flowchart illustrating an embodiment of a touch operation processing method provided by the present invention. The touch operation processing method of this embodiment includes the following steps:
[0030] S1. Obtain the swipe gesture signal to be processed.
[0031] Specifically, when a user inputs a gesture through touch operation, a gesture signal is generated. This gesture signal is then judged, and if it meets set conditions, it is identified as a swipe gesture signal. In some embodiments, the currently pending swipe gesture signal can be a swipe gesture signal acting on the first touch area or the second touch area and in a pending state. That is, when a swipe gesture signal is in a processing or completed state; or when a swipe gesture signal is in a pending state but acts on an area other than the first or second touch area, it is determined not to be a currently pending swipe gesture signal.
[0032] In one embodiment, the first touch area is the area of the first component, and the second touch area is the area of the second component. In another embodiment, the first touch area includes the area of the first component and an area outside the first component area for triggering the first component, and the second touch area includes the area of the second component and an area outside the second component area for triggering the second component.
[0033] S2. Determine whether the swipe gesture signal is a swipe gesture signal of the first touch area.
[0034] S3. If so, the first touch area performs the swipe operation corresponding to the swipe gesture signal and sends a lock notification signal to disable the second touch area.
[0035] Specifically, in this step, if the sliding operation is performed by the first touch area after judgment, a lock notification signal is sent to the second touch area to prevent the internal event of the second touch area from responding to the sliding gesture signal. However, the position of the second touch area may or may not be moved by the first touch area.
[0036] S4. If not, the second touch area performs the swipe operation corresponding to the swipe gesture signal.
[0037] Specifically, if the sliding operation is performed by the second touch area after judgment, the internal events of the first touch area will not be responded to, and the position of the first touch area will not be affected.
[0038] In this embodiment, since the touch area corresponding to the swipe operation can be determined after the swipe gesture signal is obtained, and the corresponding swipe operation is performed by the touch area, the internal events of different touch areas can be prevented from responding to the same swipe gesture signal, thereby resolving swipe conflicts and improving the user experience.
[0039] Further, in an optional embodiment, before step S1, the method further includes: acquiring the currently processed gesture signal, and determining whether the gesture signal is a swipe gesture signal; if so, then the currently processed gesture signal is acquired as a swipe gesture signal. Specifically, the types of gesture signals include various gesture signals such as click gesture signals, double-click gesture signals, long-press gesture signals, swipe gesture signals, and multi-touch gesture signals. Therefore, for gesture signals falling within the first touch area and the second touch area, it should first be determined whether they are swipe gesture signals. If the gesture signal is not a swipe gesture signal, then the touch operation processing method provided by this invention will not be executed on it. In some embodiments, gesture recognizers such as Listener, GestureDetector, and ScaleGestureDetector can be used to recognize gesture signals.
[0040] Further, in an optional embodiment, before step S1, the method may include: creating a first touch area and a second touch area, and distributing the first touch area and the second touch area on the same page without overlap. In some other embodiments, the first touch area may contain the second touch area and be distributed on the same page; or the second touch area may contain the first touch area and be distributed on the same page.
[0041] Further, in an optional embodiment, in step S2, determining whether the swipe gesture signal is a swipe gesture signal of the first touch area includes: determining whether the starting point of the swipe gesture signal is within the first touch area; if yes, then determining it is a swipe gesture signal of the first touch area; if no, then issuing a delay processing signal to make the second touch area wait, and determining whether a swipe update occurs within a set time; if yes, then determining it is a swipe gesture signal of the first touch area, and issuing a delay release signal; if no, then determining it is a swipe gesture signal of a non-first touch area, and issuing a delay release signal.
[0042] For example, in some embodiments, when the starting point of the swipe gesture signal falls within the first touch area, it is determined to be a swipe gesture signal of the first touch area.
[0043] For example, in some embodiments, when the starting point of the swipe gesture signal falls within the second touch area, a judgment is not made immediately. Instead, a delayed processing signal is sent to the second touch area to reduce the priority of the event response within the second touch area and put it in a waiting state.
[0044] Then, if a swipe gesture signal is detected to have changed within 300ms or another set time value, it is determined to be a swipe gesture signal from the first touch area; and a delay release signal is sent to the second touch area to release its waiting state, eliminating the need for the second touch area to respond to the swipe gesture signal. Alternatively, if no swipe gesture signal is detected within 300ms or another set time value, it is determined to be a swipe gesture signal from the second touch area; and a delay release signal is sent to the second touch area to release its waiting state, increasing the priority of the event response within the second touch area, allowing the second touch area to respond to the swipe gesture signal.
[0045] Furthermore, in an optional embodiment, step S3, where the first touch area performs a sliding operation corresponding to the sliding gesture signal, further includes: determining whether the first touch area can respond to the sliding gesture signal; if not, the first touch area does not respond to the sliding gesture signal; if so, the first touch area performs the sliding operation corresponding to the sliding gesture signal. For example, if the first touch area is pre-set to not be able to slide in the vertical direction, but can slide in the horizontal direction, then when the sliding gesture signal moves in the vertical direction, the first touch area cannot respond to the sliding gesture signal; only when the sliding gesture signal moves in the horizontal direction will the first touch area respond to the sliding gesture signal.
[0046] Further, in an optional embodiment, in step S3, issuing a lock notification signal to disable the second touch area includes: issuing a first lock notification signal according to the swipe start command of the swipe gesture signal to prevent the triggering of internal events of the second touch area; and / or issuing a second lock notification signal according to the swipe update command of the swipe gesture signal to prevent the triggering of internal events of the second touch area; and issuing an unlock notification signal according to the swipe end command of the swipe gesture signal to unlock the internal events of the second touch area.
[0047] Specifically, when the first touch area begins to perform a swipe operation, a first lock notification signal is issued to prevent the triggering of internal events in the second touch area, thus ensuring the execution of the first touch area; during the swipe operation in the first touch area, a second lock notification signal is issued to continue preventing the triggering of internal events in the second touch area; after the swipe operation in the first touch area ends and the touch gesture is in the lifted state, an unlock notification signal is issued to unlock the internal events in the second touch area, allowing the second touch area to respond to the next swipe gesture signal. In some other embodiments, the first lock notification signal or the second lock notification signal may not be issued.
[0048] Furthermore, in an optional embodiment, step S4, where the second touch area performs a sliding operation corresponding to the sliding gesture signal, further includes: determining whether the second touch area can respond to the sliding gesture signal; if not, the second touch area does not respond to the sliding gesture signal; if so, the second touch area performs the sliding operation corresponding to the sliding gesture signal. For example, if the second touch area is pre-set to not be able to slide in the vertical direction, but can slide in the horizontal direction, then when the sliding gesture signal moves in the vertical direction, the second touch area cannot respond to the sliding gesture signal; only when the sliding gesture signal moves in the horizontal direction will the second touch area respond to the sliding gesture signal.
[0049] Please see Figure 2 , Figure 2 This diagram illustrates a specific application example of the touch operation processing method provided by the present invention. In a specific application example, a first touch area is created on a display page as a sliding card 1 that can only be swiped left and right; a second touch area is created inside the first touch area as a slider 2, on which a progress bar is displayed. Swiping left and right on the slider 2 adjusts the progress bar, while swiping up and down has no effect; the remaining area on the display page is the other area 3. The sliding card 1 is a ScrollView (scrollbar); the slider 2 is wrapped in a GestureDetector (Android gesture recognizer) layer, declaring a global variable flag with a default value of false; a switch needDrag is defined inside the slider 2, with a default value of false.
[0050] The starting point of the first downward swipe signal 11 is on the sliding card 1, and the swipe direction is downward. After the first downward swipe signal 11 is obtained, it is determined that it belongs to the swipe gesture signal of the sliding card 1. Therefore, when the first downward swipe signal 11 starts to swipe, a first lock notification signal ScrollStartNotification is sent to the slider 2, and needDrag is set to false to prevent the slider 2 from responding. However, since the sliding card 1 cannot swipe up or down, the sliding card 1 does not actually swipe. During the swipe of the first downward swipe signal 11, a second lock notification signal ScrollUpdateNotification is sent to the slider 2, and needDrag is set to false to prevent the slider 2 from responding. When the first downward swipe signal 11 ends to swipe and the gesture is lifted, an unlock notification signal ScrollEndNotification is sent to the slider 2, and needDrag is set to true to unlock the slider 2 and allow the slider 2 to respond to the next swipe signal.
[0051] The starting point of the first rightward swipe signal 12 is on the sliding card 1, and the swipe direction is to the right. After the first rightward swipe signal 12 is received, it is determined that it belongs to the swipe gesture signal of the sliding card 1. Therefore, when the first rightward swipe signal 12 starts to swipe, a first lock notification signal ScrollStartNotification is sent to the slider 2, and needDrag is set to false to prevent the slider 2 from responding, while the sliding card 1 starts to move to the right; during the swipe, a second lock notification signal ScrollUpdateNotification is sent to the slider 2, and needDrag is set to false to prevent the slider 2 from responding; when the swipe ends and the gesture is lifted, an unlock notification signal ScrollEndNotification is sent to the slider 2, and needDrag is set to true to unlock the slider 2 and allow the slider 2 to respond to the next swipe signal.
[0052] The starting point of the second upward swipe signal 21 is on slider 2, and the swipe direction is upward. Upon receiving the second upward swipe signal 21, a delay processing signal is issued, flag is set to true, and the priority of slider 2 is reduced, causing it to wait. If the pause time after its generation exceeds 300ms, it is determined to be a swipe gesture signal from slider 2, a delay release signal is issued, and flag is set to false. However, since slider 2 cannot adjust the progress bar up or down, the progress bar remains unchanged. If the pause time after generation is less than 300ms, it is determined to be a swipe gesture signal of swipe card 1. A delay release signal is issued, and flag is set to false. Then, when the second upward swipe signal 21 begins to swipe, a first lock notification signal ScrollStartNotification is issued to slider 2, and needDrag is set to false to prevent slider 2 from responding. However, since swipe card 1 cannot swipe up or down, swipe card 1 does not actually swipe. During the swipe of the second upward swipe signal 21, a second lock notification signal ScrollUpdateNotification is issued to slider 2, and needDrag is set to false to prevent slider 2 from responding. When the swipe of the second upward swipe signal 21 ends and the gesture is lifted, an unlock notification signal ScrollEndNotification is issued to slider 2, and needDrag is set to true to unlock slider 2 and allow slider 2 to respond to the next swipe signal.
[0053] The starting point of the second rightward swipe signal 22 is on slider 2, and the swipe direction is to the right. Upon receiving the second rightward swipe signal 22, a delay processing signal is issued, setting the flag to true and lowering the priority of slider 2 to make it wait. If the pause time after its generation exceeds 300ms, it is determined to be a swipe gesture signal from slider 2, a delay release signal is issued, setting the flag to false, and then slider 2 responds to adjust the progress bar, which moves to the right. If the pause time after generation is less than 300ms, it is determined to be a swipe gesture signal of swipe card 1. A delay release signal is issued, flag is set to false, and then when the second right swipe signal 22 begins to swipe, the first lock notification signal ScrollStartNotification is issued to slider 2, needDrag is set to false, and slider 2 is prohibited from responding, while swipe card 1 begins to move to the right; during the swipe, the second lock notification signal ScrollUpdateNotification is issued to slider 2, needDrag is set to false, and slider 2 is prohibited from responding; when the swipe ends and the gesture is lifted, the unlock notification signal ScrollEndNotification is issued to slider 2, needDrag is set to true, slider 2 is unlocked, and slider 2 is allowed to respond to the next swipe signal.
[0054] This invention also constructs a touch operation processing system for implementing any of the touch operation processing methods described above. The touch operation processing system of this embodiment includes a gesture signal acquisition module and a gesture signal processing module. The gesture signal acquisition module is used to acquire a swipe gesture signal to be processed. The gesture signal processing module is used to determine whether the swipe gesture signal is a swipe gesture signal for a first touch area; if so, the first touch area performs a swipe operation corresponding to the swipe gesture signal and issues a lock notification signal, disabling the second touch area; if not, the second touch area performs a swipe operation corresponding to the swipe gesture signal.
[0055] Furthermore, the gesture signal acquisition module can be used to acquire the gesture signal to be processed and determine whether the gesture signal is a swipe gesture signal; if so, the gesture signal to be processed is acquired as a swipe gesture signal.
[0056] Furthermore, when the starting point of the swipe gesture signal falls within the first touch area, the gesture signal processing module can determine that the swipe operation is performed by the first touch area, and issue a first lock notification signal according to the swipe start instruction of the swipe gesture signal to prevent the triggering of internal events in the second touch area; issue a second lock notification signal according to the swipe update instruction of the swipe gesture signal to prevent the triggering of internal events in the second touch area; and issue an unlock notification signal according to the swipe end instruction of the swipe gesture signal to unlock the internal events in the second touch area.
[0057] Furthermore, when the starting point of the swipe gesture signal falls within the second touch area, the gesture signal processing module can issue a delay processing signal to make the second touch area wait and determine whether a swipe update occurs within a set time. If yes, it is determined to be a swipe gesture signal of the first touch area, and a delay release signal is issued, and then the first touch area performs the swipe operation. If no, it is determined to be a swipe gesture signal of the second touch area, and a delay release signal is issued, and then the second touch area performs the swipe operation.
[0058] Furthermore, when a swipe operation is performed by the first touch area or the second touch area, the gesture signal processing module can also be used to determine whether the touch area can respond to the swipe gesture signal; if not, the touch area does not respond to the swipe gesture signal; if it can, the touch area performs the swipe operation corresponding to the swipe gesture signal.
[0059] The present invention also constructs a computer device, including a memory, a processor, and a bus; the memory is used to store a computer program executable by the processor; the processor communicates with the memory via the bus; the processor is used to execute the computer program to implement any of the touch operation processing methods described above. Specifically, according to embodiments of the present invention, the processes described above with reference to the flowcharts can be implemented as computer software programs. For example, embodiments of the present invention include a computer program product comprising a computer program carried on a computer-readable medium, the computer program containing program code for performing the methods shown in the flowcharts. In such embodiments, when the computer program is downloaded and installed by an electronic device and executed, it performs the functions defined in the methods of the embodiments of the present invention. The electronic device in the present invention can be a terminal such as a laptop, desktop computer, tablet computer, or smartphone, or it can be a server.
[0060] This invention also constructs a computer-readable storage medium storing a computer program thereon, which, when executed by a processor, implements any of the touch operation processing methods described above. Specifically, it should be noted that the computer-readable medium described above can be a computer-readable signal medium, a computer-readable storage medium, or any combination of the two. The computer-readable storage medium can be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples of a computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer disk, a hard disk, random access memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination thereof. In this invention, the computer-readable storage medium can be any tangible medium containing or storing a program that can be used by or in conjunction with an instruction execution system, apparatus, or device. In this invention, the computer-readable signal medium can include a data signal propagated in baseband or as part of a carrier wave, carrying computer-readable program code. The transmitted data signal can take various forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination thereof. The computer-readable signal medium can also be any computer-readable medium other than a computer-readable storage medium, which can send, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device. The program code contained on the computer-readable medium can be transmitted using any suitable medium, including but not limited to: wires, optical fibers, RF (radio frequency), etc., or any suitable combination thereof.
[0061] The aforementioned computer-readable storage medium may be included in the aforementioned computer device; or it may exist independently and not assembled into the computer device.
[0062] It is understood that the above embodiments only illustrate a part of the implementation of the present invention, and their descriptions are relatively specific and detailed, but they should not be construed as limiting the scope of the present invention. It should be noted that for those skilled in the art, the above technical features can be freely combined, and several modifications and improvements can be made without departing from the concept of the present invention, all of which fall within the protection scope of the present invention. Therefore, all equivalent transformations and modifications made with respect to the scope of the claims of the present invention should fall within the scope of the claims of the present invention.
Claims
1. A touch operation processing method, characterized in that, Includes the following steps: Get the currently pending swipe gesture signal; Determine whether the swipe gesture signal is a swipe gesture signal of the first touch area; If yes, the first touch area performs a swipe operation corresponding to the swipe gesture signal and sends a lock notification signal to the second touch area to disable the second touch area; if no, the second touch area performs a swipe operation corresponding to the swipe gesture signal. The step of determining whether the swipe gesture signal is a swipe gesture signal of the first touch area includes: Determine whether the starting point of the swipe gesture signal is within the first touch area; if so, determine that it is a swipe gesture signal within the first touch area. If not, a delay processing signal is issued to make the second touch area wait, and it is determined whether a swipe update occurs within a set time. If yes, it is determined to be a swipe gesture signal of the first touch area, and a delay release signal is issued. If no, it is determined to be a swipe gesture signal other than the first touch area, and a delay release signal is issued.
2. The touch operation processing method according to claim 1, characterized in that, Before the step of obtaining the currently pending swipe gesture signal, the method further includes: Create a first touch area and a second touch area, and distribute the first touch area and the second touch area on the same page without overlapping; or make the first touch area contain the second touch area and distribute them on the same page; or make the second touch area contain the first touch area and distribute them on the same page.
3. The touch operation processing method according to claim 1, characterized in that, Before the step of obtaining the currently pending swipe gesture signal, the method further includes: obtaining the currently pending gesture signal, and determining whether the gesture signal is a swipe gesture signal; if so, then obtaining the currently pending gesture signal as the swipe gesture signal.
4. The touch operation processing method according to claim 1, characterized in that, The step of issuing a lock notification signal and disabling the second touch area includes: Based on the swipe start command of the swipe gesture signal, a first lock notification signal is issued to prevent the triggering of internal events in the second touch area; And / or issue a second lock notification signal based on the swipe update command of the swipe gesture signal to prevent the triggering of internal events in the second touch area; Based on the sliding end command of the sliding gesture signal, an unlock notification signal is issued to unlock the internal events of the second touch area.
5. The touch operation processing method according to any one of claims 1-4, characterized in that, The step of performing a sliding operation corresponding to the sliding gesture signal in the first touch area further includes: determining whether the first touch area can respond to the sliding gesture signal; if not, the first touch area does not respond to the sliding gesture signal; if so, the first touch area performs a sliding operation corresponding to the sliding gesture signal.
6. The touch operation processing method according to any one of claims 1-4, characterized in that, The step of performing a sliding operation corresponding to the sliding gesture signal in the second touch area further includes: determining whether the second touch area can respond to the sliding gesture signal; if not, the second touch area does not respond to the sliding gesture signal; if so, the second touch area performs a sliding operation corresponding to the sliding gesture signal.
7. A touch operation processing system, which can be used to execute the method according to any one of claims 1-6, characterized in that, include: The gesture signal acquisition module is used to acquire the swipe gesture signal to be processed; A gesture signal processing module is used to determine whether the sliding gesture signal is a sliding gesture signal of the first touch area; If yes, the first touch area performs a swipe operation corresponding to the swipe gesture signal and sends a lock notification signal to the second touch area to disable the second touch area; if no, the second touch area performs a swipe operation corresponding to the swipe gesture signal. The gesture signal processing module is further configured to, in the step of determining whether the swipe gesture signal is a swipe gesture signal of the first touch area, include: Determine whether the starting point of the swipe gesture signal is within the first touch area; if so, determine that it is a swipe gesture signal within the first touch area. If not, a delay processing signal is issued to make the second touch area wait, and it is determined whether a swipe update occurs within a set time. If yes, it is determined to be a swipe gesture signal of the first touch area, and a delay release signal is issued. If no, it is determined to be a swipe gesture signal other than the first touch area, and a delay release signal is issued.
8. A computer device, characterized in that, include: The system includes a memory, a processor, and a bus, wherein the memory stores a computer program executable by the processor, the processor communicates with the memory via the bus, and the processor executes the computer program to perform the steps of the method as described in any one of claims 1 to 6.
9. A computer-readable storage medium, characterized in that, The computer-readable storage medium stores a computer program adapted for loading by a processor to perform the steps of the method as described in any one of claims 1 to 6.