WO2019095519A1 - Outil de dessin de souris virtuelle et procédé de dessin - Google Patents

Outil de dessin de souris virtuelle et procédé de dessin Download PDF

Info

Publication number
WO2019095519A1
WO2019095519A1 PCT/CN2017/119857 CN2017119857W WO2019095519A1 WO 2019095519 A1 WO2019095519 A1 WO 2019095519A1 CN 2017119857 W CN2017119857 W CN 2017119857W WO 2019095519 A1 WO2019095519 A1 WO 2019095519A1
Authority
WO
WIPO (PCT)
Prior art keywords
button
arrow
geometric
capture
background
Prior art date
Application number
PCT/CN2017/119857
Other languages
English (en)
Chinese (zh)
Inventor
马军民
Original Assignee
马军民
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 马军民 filed Critical 马军民
Publication of WO2019095519A1 publication Critical patent/WO2019095519A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/80Creating or modifying a manually drawn or painted image using a manual input device, e.g. mouse, light pen, direction keys on keyboard
    • 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/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements
    • 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/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop

Definitions

  • the invention relates to the field of virtual mice, in particular to a virtual mouse drawing tool and a drawing method.
  • a touch device such as a mobile phone or a tablet computer generally does not use a mouse, and a finger clicks on the screen to open an application; it is easy to open an application; because the distance between the "icons" on the screen is relatively large, but when drawing geometric figures There may be some difficulties. Because the distance between the geometric figures is very small, and the finger clicks on the screen, it is difficult to determine the precise XY coordinate position of the screen.
  • the mouse device can solve these problems, but the mouse is inconvenient to carry. .
  • the virtual mouse drawing tool and the drawing method provided by the invention do not need an external mouse device on the touch screen device, and complete geometric drawing and geometric graphic editing through a single touch screen. Wait for the operation.
  • the present invention provides a virtual mouse drawing tool, including an instruction acquisition module, an arrow, a button, a drawing background, and a capture module;
  • buttons are 2 icons displayed on the background of the drawing.
  • the instruction acquisition module acquires an instruction, provides a corresponding operation option, and provides a corresponding operation flow
  • the drawing background displays geometric figures, display arrows, display buttons, and provides all geometric shapes within the capture range around the arrows;
  • the capturing module calculates the capturing result of the capturing object, the capturing point position, and the like according to the filtering rules of the nearest, priority, and the like, and displays the capturing result on the drawing background.
  • the drawing background obtains a drag operation, changes the display position of the geometric figure on the drawing background, follows the drag position, and shifts the display position of the geometric figure, the display position of the button icon on the drawing background is unchanged, and the arrow icon is on the drawing background.
  • the display position is unchanged;
  • the drawing background acquires a touch multi-touch operation, changes the display size of the geometric figure, the display size of the button icon on the drawing background does not change, the display size of the arrow icon on the drawing background does not change, and the display position of the button on the drawing background No change, the display position of the arrow on the drawing background is unchanged;
  • the drawing background displays a "capture" function.
  • the capturing point is displayed, and the capturing point is a point coordinate on the geometric figure, when the capturing occurs, and when When the finger is raised, the position of the arrow is modified so that the position of the arrow coincides with the position of the snap point, and the position of the button also coincides with the position of the arrow.
  • the arrow obtains a single-touch drag operation, modifies the position of the arrow, the position of the geometric shape does not change, the position of the arrow follows the change of the drag position, and the position of the button also follows the position of the drag, when the geometric figure and the arrow
  • the relative distance is smaller than the capture distance
  • the position of the snap point is displayed.
  • the position of the arrow is modified so that the position of the arrow coincides with the position of the capture point.
  • the position of the button is also coincident with the position of the arrow.
  • the button acquires a touch action, and according to the touch action, combines an image drawing instruction to draw an edit geometry;
  • the button acquires a touch drag action, modifies the button position, the button position follows the drag position change, and the arrow position also follows the drag position change, and the edit geometry is drawn in combination with the image drawing instruction.
  • the button acquires a touch action, including clicking, double clicking, pressing, bounce, dragging, and combining the image drawing instruction to complete drawing the edit geometry.
  • the method for drawing a geometric figure is applicable to the virtual mouse drawing tool, and the image drawing instruction is obtained, and determining the operation method and the operation flow according to the image drawing instruction specifically includes:
  • the point position coordinate acquisition method is to obtain the position coordinate of the button when the touch action is bounced. If there is a capture point when the pop-up, the coordinates first use the coordinates of the capture point.
  • the coordinate acquisition method is to obtain the position coordinates of the button when the touch action is bounced. If there is a snap point when the popup starts, the coordinate uses the coordinates of the snap point first.
  • the button to add a line segment.
  • the starting point coordinate of the line segment is the position coordinate of the button when the dragging action is pressed.
  • the end point coordinate of the line segment is the position coordinate of the button when the popping action is in the dragging action.
  • the start coordinate of the line segment takes precedence over the snap point coordinates. If there is a snap point when the bounce is in the drag action, the end point coordinates preferentially use the snap point coordinates;
  • the starting point coordinate and the end point coordinate obtaining method of the line segment are the same as the coordinate obtaining method when the line segment is added before;
  • the editing geometry method is applicable to the virtual mouse drawing tool, obtains an image editing instruction, and determines an operation method and an operation flow according to the image editing instruction, and completes the geometric graphic editing according to the touch operation, specifically including:
  • the method of stretching and rotating geometry is applicable to a virtual mouse drawing tool, acquiring an image editing instruction, determining an operation method and an operation flow according to the image editing instruction, and completing the geometric operation according to the touch operation
  • the stretching and rotation of the graphic include:
  • the instruction acquiring module acquires a geometric drawing stretching rotation instruction
  • buttons including horizontal stretch buttons, vertical stretch buttons, horizontal and vertical stretch buttons, and spin buttons;
  • Positioning the arrow position Drag the arrow icon or drag the drawing background to position the arrow position at a button position on the graphic edit box that indicates the stretching mode or the rotation function, including the horizontal stretching, Vertical stretching, simultaneous horizontal and vertical stretching;
  • the position of the button automatically follows the position of the arrow, which coincides with the position of the arrow, that is, the position of the button also appears on the button on the graphic edit box;
  • the button gets the drag action, stretches or rotates the geometry.
  • a virtual mouse drawing tool and a drawing method do not require an external mouse device on the touch screen device, and complete geometric geometric drawing and geometric graphic editing through a single touch screen.
  • FIG. 1 is a schematic diagram of a first embodiment of a virtual mouse drawing tool of the present invention
  • FIG. 2 is a schematic diagram of a second embodiment of a virtual mouse drawing tool according to the present invention.
  • FIG. 3 is a schematic diagram of a third embodiment of a virtual mouse drawing tool of the present invention.
  • FIG. 4 is a schematic view of a fourth embodiment of a virtual mouse drawing tool of the present invention.
  • FIG. 5 is a schematic diagram of a fifth embodiment of a virtual mouse drawing tool according to the present invention.
  • FIG. 6 is a schematic diagram of a sixth embodiment of a virtual mouse drawing tool according to the present invention.
  • FIG. 7 is a schematic diagram of a seventh embodiment of a virtual mouse drawing tool of the present invention.
  • FIG. 8 is a flow chart of a first embodiment of a method for drawing geometric figures according to the present invention.
  • FIG. 9 is a flow chart of a second embodiment of a method for drawing geometric figures according to the present invention.
  • FIG. 10 is a flow chart of a third embodiment of a method for drawing geometric figures according to the present invention.
  • FIG. 11 is a flow chart of a fourth embodiment of a method for drawing geometric figures according to the present invention.
  • FIG. 12 is a flow chart of a first embodiment of a method for editing geometric figures according to the present invention.
  • FIG. 13 is a flow chart of a second embodiment of a method for editing geometric figures according to the present invention.
  • Figure 14 is a flow chart of a third embodiment of the method for editing geometric figures of the present invention.
  • a first embodiment of a virtual mouse drawing tool includes an instruction acquisition module, an arrow 2, a button 1, a drawing background 3, and a capture module;
  • the arrow 2 and the button 1 are two icons displayed on the drawing background 3;
  • the instruction acquisition module acquires an instruction, provides a corresponding operation option, and provides a corresponding operation flow
  • the drawing background 3 displays the geometric figure, displays the arrow 2, displays the button 1, and provides all the geometric shapes in the capture range around the arrow 2;
  • the capture module calculates the capture object, the capture point position capture result according to the recent, priority re-screening rule, and displays the capture result on the drawing background 3.
  • a second implementation of the virtual mouse drawing tool differs from the first implementation of the virtual mouse drawing tool in:
  • the drawing background obtains a drag operation, changes the display position of the geometric figure on the drawing background, follows the drag position, and shifts the display position of the geometric figure, the display position of the button icon on the drawing background is unchanged, and the arrow icon is on the drawing background.
  • the display position is unchanged; in the actual application process, the user can drag and drop the drawing background by a finger, and the geometric figure also follows the position and direction of the drag to realize the translation of the geometric display position.
  • the display position of the button icon and the arrow icon on the drawing background does not change during the geometric shift. It should be noted that the remaining features not mentioned in this embodiment are substantially similar to those described in the first implementation of the virtual mouse drawing tool.
  • the third implementation of the virtual mouse drawing tool differs from the first implementation of the virtual mouse drawing tool in that:
  • the drawing background acquires a touch multi-touch operation, changes the display size of the geometric figure, the display size of the button icon on the drawing background does not change, the display size of the arrow icon on the drawing background does not change, and the display position of the button on the drawing background
  • the display position of the arrow on the drawing background is unchanged; in the actual application process, the user can touch the drawing background by multiple fingers, and the effect of changing the geometric display size is achieved by different gesture actions, the gesture action Multi-touch drag and drop for preset gestures, the drawing background acquires a multi-touch drag operation, and realizes the size of the transformed geometric figure.
  • the display size of the button icon on the drawing background and the arrow icon are on the drawing background.
  • the display size does not change.
  • the fourth implementation of the virtual mouse drawing tool differs from the first implementation of the virtual mouse drawing tool in that:
  • the drawing background displays a "capture" function.
  • the capturing point is displayed, and the capturing point is a point coordinate on the geometric figure, when the capturing occurs, and when When the finger is raised, the position of the arrow is modified so that the position of the arrow coincides with the position of the snap point, and the position of the button also coincides with the position of the arrow.
  • the fifth implementation of the virtual mouse drawing tool differs from the first implementation of the virtual mouse drawing tool in that:
  • the instruction module obtains the editing instruction, initializes the editing state, displays the arrow on the drawing background, does not display the button, the arrow obtains the single-touch drag operation, modifies the position of the arrow, the position of the geometric shape does not change, and the position of the arrow follows the position of the dragging,
  • the relative distance between the arrow and the geometry is smaller than the capture distance
  • the capture point position is displayed, and the button icon is displayed
  • the button position is displayed at the capture point position, when the capture occurs, and when the pop-up action is acquired
  • the finger leaves the screen modify the position of the arrow so that the position of the arrow coincides with the position of the snap point.
  • the button gets a single touch and drag operation, modifying the vertex position, that is, modifying the geometry shape.
  • a sixth implementation of the virtual mouse drawing tool differs from the first implementation of the virtual mouse drawing tool in:
  • the instruction module obtains the drawing instruction, initializes the drawing state, displays the arrow on the drawing background, displays the button, the button acquires the single-touch drag operation, adds the line segment, the drawing background displays the polygon, the button obtains the double-click operation, ends the drawing state, and completes the polygon drawing.
  • a sixth implementation of the virtual mouse drawing tool differs from the first implementation of the virtual mouse drawing tool in that the button acquires a touch action and according to the touch Touch the action, combined with the image drawing instructions, edit the geometry;
  • the button acquires a touch drag action, modifies the button position, the button position follows the drag position change, and the arrow position also follows the drag position change, and the geometric drawing is edited in conjunction with the image drawing instruction.
  • the button acquires a touch action, including clicking, double clicking, pressing, bounce, dragging, and combining the image drawing instruction to complete drawing the edit geometry.
  • the method for drawing a geometrical figure is applicable to a virtual mouse drawing tool, and an image drawing instruction is obtained.
  • the determining the operation method and the operation flow according to the image drawing instruction specifically includes:
  • S11 touches the operation on the drawing background, or drags the arrow to locate the position of the arrow. Since the position of the button follows the change of the position of the arrow, the position of the positioning arrow is also the position of the positioning button;
  • the point position coordinate acquisition method is to obtain the touch coordinates when the touch action is bounced. If there is a capture point when the bounce is raised, the coordinates preferentially use the coordinates of the capture point.
  • a second embodiment of a method for drawing a geometric figure is applicable to a virtual mouse drawing tool, and the second embodiment of the method for drawing a geometric figure differs from the first embodiment of the method for drawing a geometric figure in Obtaining an image drawing instruction, and determining the operation method and the operation flow according to the image drawing instruction specifically include:
  • S21 touches the operation on the drawing background, or drags the arrow to locate the position of the arrow. Since the position of the button follows the change of the position of the arrow, the position of the positioning arrow is also the position of the positioning button;
  • the coordinate acquisition method is to obtain the touch coordinates when the touch action is bounced. If there is a snap point when the popup, the coordinates first use the coordinates of the snap point.
  • a third embodiment of the method for drawing geometric figures is applicable to a virtual mouse drawing tool, and the third embodiment of the method for drawing geometric figures differs from the second embodiment of the method for drawing geometric figures in that Obtaining an image drawing instruction, and determining the operation method and the operation flow according to the image drawing instruction specifically include:
  • S32 drag and drop button add a line segment
  • the starting point coordinate of the line segment is the position coordinate of the button when the dragging action is pressed
  • the end point coordinate of the line segment is the position coordinate of the button when the popping action is dragged, if dragging When the action is pressed, there is a snap point.
  • the start coordinate of the line segment takes precedence over the snap point coordinates. If there is a snap point when the bounce action is triggered, the end point coordinates preferentially use the snap point coordinates;
  • S33 repeats the dragging step, repeats n(0, 1, 2, ..., n) times, and adds n (0, 1, 2, ..., n) line segments;
  • FIG. 11 is a fourth embodiment of a method for drawing a geometric figure, the method for drawing a geometric figure is applicable to a virtual mouse drawing tool, and the fourth embodiment of the method for drawing a geometric figure differs from the third embodiment of the method for drawing a geometric figure in that Obtaining an image drawing instruction, and determining the operation method and the operation flow according to the image drawing instruction specifically include:
  • S43 repeats the dragging step, repeats n(0, 1, 2, ..., n) times, and adds n (0, 1, 2, ..., n) line segments;
  • the editing geometrical method virtual mouse drawing tool acquires an image editing instruction, and determines an operation method and an operation flow according to the image editing instruction, and completes according to a touch operation.
  • Geometry editing including:
  • S51 determines the button position, and positions the button position on the line segment
  • the second embodiment of the method for editing geometry, the second method of editing the geometric method, the virtual mouse drawing tool, the second embodiment of the method for editing geometry, and the method for editing geometric figures are different in that An image editing instruction, and determining an operation method and an operation flow according to the image editing instruction, and completing the geometric graphic editing according to the touch operation, specifically including:
  • S61 determines the button position, and positions the button position on the vertex
  • S62 drags the button icon to modify the vertex position, which is to modify the shape of the geometry.
  • the edit geometry method virtual mouse drawing tool acquires an image editing instruction, and determines an operation method and an operation flow according to the image editing instruction, and completes according to a touch operation.
  • Geometry editing including:
  • S71 determines the button position, and positions the button position on the vertex

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Processing Or Creating Images (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

L'invention concerne un outil de dessin de souris virtuelle et un procédé de dessin. L'outil de dessin comprend un module d'obtention d'instructions, une flèche (2), un bouton (1), un arrière-plan de dessin (3), et un module de capture ; la flèche (2) et le bouton (1) sont deux icônes affichées sur l'arrière-plan de dessin (3) ; le module d'obtention d'instructions obtient une instruction et fournit une option d'opération correspondante et un processus d'opération correspondant ; l'arrière-plan de dessin (3) affiche des figures géométriques, la flèche (2) et le bouton (1), et fournit toutes les figures géométriques dans une plage de capture (2) et autour de la flèche (2) ; le module de capture calcule des résultats de capture tels qu'un objet de capture et une position de point de capture selon des règles de sélection telles qu'une distance la plus courte et un poids de priorité, et affiche les résultats de capture sur l'arrière-plan de dessin (3). Selon l'outil de dessin de souris virtuelle et le procédé de dessin, un dispositif à écran tactile n'a pas besoin d'être connecté extérieurement à un dispositif de souris, et au moyen d'un toucher unique sur un écran, les opérations telles que le dessin de figure géométrique et l'édition de la figure géométrique sont effectués.
PCT/CN2017/119857 2017-11-16 2017-12-29 Outil de dessin de souris virtuelle et procédé de dessin WO2019095519A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711136329.0 2017-11-16
CN201711136329.0A CN107909633B (zh) 2017-11-16 2017-11-16 虚拟鼠标绘图工具及绘图方法

Publications (1)

Publication Number Publication Date
WO2019095519A1 true WO2019095519A1 (fr) 2019-05-23

Family

ID=61845688

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/119857 WO2019095519A1 (fr) 2017-11-16 2017-12-29 Outil de dessin de souris virtuelle et procédé de dessin

Country Status (2)

Country Link
CN (1) CN107909633B (fr)
WO (1) WO2019095519A1 (fr)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108961946B (zh) * 2018-07-16 2021-02-12 安徽国通亿创科技股份有限公司 一种平面几何的在线教学教具
CN111367455B (zh) * 2018-12-25 2022-02-08 北京广联达云图梦想科技有限公司 一种触控屏人机交互精确定位和测量方法
CN112102435B (zh) * 2020-09-24 2023-08-01 安徽文香科技股份有限公司 一种几何图形绘制的方法、装置、设备及存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0192927A2 (fr) * 1985-02-19 1986-09-03 International Business Machines Corporation Méthode d'édition graphique d'objets dans un système de dessin graphique interactif utilisant des actions d'édition implicites
CN1421822A (zh) * 2001-11-29 2003-06-04 株式会社亚太达 绘图装置及绘图方法
CN102568253A (zh) * 2010-12-21 2012-07-11 汉王科技股份有限公司 电子白板中图形的几何特征显示方法及装置
CN103793178A (zh) * 2014-03-05 2014-05-14 成都乐创信息科技有限公司 一种移动设备触摸屏中矢量图形编辑方法
CN105320795A (zh) * 2014-08-04 2016-02-10 北京华大九天软件有限公司 一种集成电路版图图形自动捕捉方法
CN105511794A (zh) * 2015-12-14 2016-04-20 中国电子科技集团公司第十五研究所 一种支持多点触控手势操作的标绘系统及其方法

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101995987A (zh) * 2009-09-08 2011-03-30 上海海洋大学 一种具有多点触控式的大屏幕系统
CN101901495B (zh) * 2010-04-07 2012-09-19 艾默生网络能源有限公司 一种绘图方法和装置
KR101725068B1 (ko) * 2010-12-31 2017-04-10 주식회사 엔씨소프트 전자서적의 리소스를 이용한 워크북 제공장치 및 그 방법
KR20130115694A (ko) * 2012-04-13 2013-10-22 삼성전자주식회사 사용자 데이터를 입력 및 관리할 수 있는 전자 장치 및 방법
CN103513914B (zh) * 2013-03-13 2016-05-11 展讯通信(上海)有限公司 应用对象的触摸控制方法与装置
CN103533416B (zh) * 2013-10-25 2017-04-19 深圳创维-Rgb电子有限公司 一种实现浏览器中光标定位的方法及装置
CN103605463B (zh) * 2013-11-28 2016-06-29 东莞中国科学院云计算产业技术创新与育成中心 基于gis平台和触摸屏设备的快速态势标绘系统的标绘方法
KR102365393B1 (ko) * 2014-12-11 2022-02-21 엘지전자 주식회사 이동단말기 및 그 제어방법
US9658704B2 (en) * 2015-06-10 2017-05-23 Apple Inc. Devices and methods for manipulating user interfaces with a stylus
CN105955544A (zh) * 2016-06-07 2016-09-21 维沃移动通信有限公司 一种触摸操作的处理方法及移动终端

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0192927A2 (fr) * 1985-02-19 1986-09-03 International Business Machines Corporation Méthode d'édition graphique d'objets dans un système de dessin graphique interactif utilisant des actions d'édition implicites
CN1421822A (zh) * 2001-11-29 2003-06-04 株式会社亚太达 绘图装置及绘图方法
CN102568253A (zh) * 2010-12-21 2012-07-11 汉王科技股份有限公司 电子白板中图形的几何特征显示方法及装置
CN103793178A (zh) * 2014-03-05 2014-05-14 成都乐创信息科技有限公司 一种移动设备触摸屏中矢量图形编辑方法
CN105320795A (zh) * 2014-08-04 2016-02-10 北京华大九天软件有限公司 一种集成电路版图图形自动捕捉方法
CN105511794A (zh) * 2015-12-14 2016-04-20 中国电子科技集团公司第十五研究所 一种支持多点触控手势操作的标绘系统及其方法

Also Published As

Publication number Publication date
CN107909633B (zh) 2021-04-16
CN107909633A (zh) 2018-04-13

Similar Documents

Publication Publication Date Title
US12056339B2 (en) Device, method, and graphical user interface for providing and interacting with a virtual drawing aid
TWI559209B (zh) 檔案執行方法及資料處理裝置
US8860675B2 (en) Drawing aid system for multi-touch devices
US9880727B2 (en) Gesture manipulations for configuring system settings
TWI467463B (zh) 具觸控式螢幕的電腦系統及其手勢的處理方法
US8988366B2 (en) Multi-touch integrated desktop environment
WO2011142069A1 (fr) Appareil électronique, procédé d'affichage et programme
WO2019095519A1 (fr) Outil de dessin de souris virtuelle et procédé de dessin
JP4900361B2 (ja) 画像処理装置、画像処理方法およびプログラム
DE112013002409T5 (de) Vorrichtung, Verfahren und grafische Benutzeroberfläche für die Anzeige zusätzlicher Informationen in Reaktion auf einen Benutzerkontakt
JP2002157601A (ja) 図形画像のズーム・イン及びズーム・アウト方法
US20140101587A1 (en) Information processing apparatus and method
WO2017032193A1 (fr) Procédé et appareil d'ajustement de disposition d'une interface utilisateur
US20180260044A1 (en) Information processing apparatus, information processing method, and program
TWI493390B (zh) 觸控游標的顯示方法
CN104516638A (zh) 音量控制方法及装置
US9262005B2 (en) Multi-touch integrated desktop environment
CN110727383B (zh) 基于小程序的触控交互方法、装置、电子设备与存储介质
WO2020143387A1 (fr) Procédé, dispositif et système de traitement de tables, et support de stockage et tablette interactive intelligente
TWI543068B (zh) 以單指操作行動裝置螢幕介面方法
CN111367455B (zh) 一种触控屏人机交互精确定位和测量方法
CN114625255B (zh) 面向可视化视图构建的徒手交互方法、可视化视图构建装置和存储介质
Tu et al. Text Pin: Improving text selection with mode-augmented handles on touchscreen mobile devices
KR20110006251A (ko) 터치 패널 입력장치, 방법 및 이를 이용한 모바일 기기
JP6000482B1 (ja) ユーザ・インタフェース画像表示方法およびプログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17932249

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17932249

Country of ref document: EP

Kind code of ref document: A1