WO2013040903A1 - 一种触摸装置及用户终端 - Google Patents

一种触摸装置及用户终端 Download PDF

Info

Publication number
WO2013040903A1
WO2013040903A1 PCT/CN2012/075048 CN2012075048W WO2013040903A1 WO 2013040903 A1 WO2013040903 A1 WO 2013040903A1 CN 2012075048 W CN2012075048 W CN 2012075048W WO 2013040903 A1 WO2013040903 A1 WO 2013040903A1
Authority
WO
WIPO (PCT)
Prior art keywords
finger
touch
touch detector
event
detector
Prior art date
Application number
PCT/CN2012/075048
Other languages
English (en)
French (fr)
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 WO2013040903A1 publication Critical patent/WO2013040903A1/zh

Links

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/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • G06F3/04166Details of scanning methods, e.g. sampling time, grouping of sub areas or time sharing with display driving

Definitions

  • the present invention relates to the field of display technologies, and in particular, to a touch device and a user terminal. Background technique
  • the invention provides an upper and lower double touch screen, separates the movement event of the finger from the click event, and displays the movement of the finger on the screen through the screen pointer, thereby effectively solving the inconvenience caused by the touch.
  • the present invention provides a touch device including a touch controller and a touch detector, the touch detector including a first touch detector and a second touch detector; wherein the first touch detector Receiving a finger movement event, and responding to the finger movement event, sending a response result of the finger movement event to the touch controller;
  • the second touch detector is configured to receive a finger click event, and send a response result of the finger click event to the touch screen controller after responding to the finger click event.
  • the touch controller is configured to receive a response result of a finger movement event sent by the first touch detector, or receive a response result of the finger click event sent by the second touch detector, and then perform processing.
  • the second touch detector is further configured to release the click event after responding to the click event.
  • the first touch detector is an elastic touch screen; and the second touch detector is a capacitive touch screen.
  • the first touch detector is specifically configured to reflect a finger movement event on the touch device in the form of a mouse pointer, and adjust or reduce the finger displacement by setting, and adjust by changing the sensitivity of the mouse pointer. The degree to which the finger moves to synchronize with the mouse pointer.
  • the first touch detector is specifically configured to use the initial position of the finger, the initial displacement of the mouse pointer, and the pointer sensitivity of the mouse as parameters of the finger movement event.
  • the first touch detector is specifically configured to: after receiving the initial position coordinates (X, y) of the finger, change the position of the mouse pointer position from the initial displacement coordinate (m, n) to (x + m, y + n ); where x + m takes the lateral boundary value if it exceeds the lateral boundary, and y + n takes the vertical boundary value if it exceeds the longitudinal boundary value;
  • the position of the mouse pointer position is ( X + m + s*a, y + n + s*b ); where x + If m + s*a exceeds the lateral boundary, the horizontal boundary value is taken. If y + n + s*b exceeds the longitudinal boundary value, the vertical boundary value is taken, where s is the mouse pointer sensitivity.
  • the second touch detector is specifically configured to use a mouse pointer position obtained from the first touch detector and a click event of the finger as a response result of the finger click event; correspondingly, the first touch detection
  • the device is also used to provide a mouse pointer position for the second touch detector.
  • the second touch detector is specifically configured to obtain the first touch detector.
  • the resulting, and finger release click event is the result of the response to the release of the click event.
  • the invention also provides a user terminal comprising the above touch device.
  • Figure 1 is a schematic view of a first embodiment of the present invention. detailed description
  • a schematic view of a first embodiment of the present invention provides a touch device, including a touch controller 102 and a touch detector 101;
  • the touch detector 101 includes: a first touch detector 1011 and a second touch detector 1012;
  • the first touch detector 1011 is a flexible plastic touch screen for receiving a finger movement event, and responding to the finger movement event, sending a response result of the finger movement event to the touch controller 102;
  • the finger movement event (MotionEvent 1 ) is reflected on the touch device in the form of a mouse pointer, and the sensitivity of the mouse pointer is changed by setting a zoom in or out finger displacement. If the sensitivity is zero, the finger is synchronized with the mouse pointer;
  • the parameters of the finger movement event include: initial position of the finger, initial displacement of the mouse pointer (the initial position of the pointer may be the finger down Position of the mouse or a distance from the finger), pointer sensitivity of the mouse (measured by a number, 0 is the least sensitive); the response result of the finger movement event is the mouse pointer position coordinate of the real-time output.
  • the second touch detector 1012 is a capacitive touch screen for receiving a finger click event, responding to the finger click event when the finger is pressed, and transmitting a response result of the finger click event to the touch controller 102 to trigger an application event. Then release the finger click event;
  • the touch controller 102 is configured to receive a response result of the finger movement event sent by the first touch detector 1011, or receive a response result of the finger click event sent by the second touch detector 1012, and then The position coordinate is converted to the contact coordinate and sent to the CPU for corresponding processing;
  • the finger movement event (MotionEvent 1) may include: moving (MOVE), overtaking the boundary (OUT_SIDE), etc.;
  • the finger click event (MotionEvent 2) may include : Release (UP) and press (DOWN), etc.;
  • the touch controller 102 is specifically configured to add a response result of the received finger movement event and/or a response result of the finger click event to the event receiving queue for processing.
  • the first touch detector 1011 is specifically configured to: if the finger is from the initial position coordinate (X, y), the initial displacement coordinate of the mouse pointer is (m, n), and the pointer sensitivity is s, according to the finger initial position coordinate (X, y), change the position of the mouse pointer position from the initial displacement coordinate (m, n) to ( x + m, y + n); where x + m takes the lateral boundary value if it exceeds the lateral boundary, and y + n if it exceeds the longitudinal direction
  • the boundary value takes the vertical boundary value; when the relative position coordinate of the finger becomes ⁇ + & ⁇ + 1)), the end position of the mouse pointer is (x + m + s*a, y + n + s*b); , x + m+ s*a takes the horizontal boundary value if it exceeds the lateral boundary, and y + n + s*b takes the vertical boundary value if it exceeds the vertical boundary value.
  • the second touch detector 1012 is specifically configured to: when the finger click event is triggered, obtain the mouse pointer position coordinate, the mouse pointer position coordinate, and the finger click event as the response result according to the first touch detector 1011;
  • the first touch detector 1011 is further configured to provide the second touch detector 1012 with a mouse pointer sitting according to the finger position coordinates (X, y). Mark ( x + m, y + n ).
  • the second touch detector 1012 is specifically configured to: when the finger click event is released, obtain the mouse pointer position coordinate according to the first touch detector 1011, and use the mouse pointer position coordinate and the finger click event as the response result.
  • the present invention also provides a user terminal including the above touch device to better enhance the user experience.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Position Input By Displaying (AREA)

Abstract

涉及一种触摸装置,包括:触摸控制器和触摸检测器,触摸检测器包括第一触摸检测器和第二触摸检测器,第一触摸检测器,用于接收手指移动事件,响应手指移动事件后,将手指移动事件的响应结果发送至触摸控制器;第二触摸检测器,用于接收手指点击事件,响应手指点击事件后,将手指点击事件的响应结果发送至触摸控制器。触摸控制器,用于收到第一触摸检测器发来的手指移动事件的响应结果,或收到第二触摸检测器发来的手指点击事件的响应结果后进行处理。还提供了一种用户终端。该技术方案通过显示屏幕指针并与手指的位置形成一定的位移,从而提高点击的精确性与直观性,提高用户体验。

Description

一种触摸装置及用户终端 技术领域
本发明涉及显示技术领域, 特别地涉及一种触摸装置及用户终端。 背景技术
目前大部分智能手机的操作都是通过触摸屏来实现, 在使用中存在诸 多不便性。 首先, 部分手机图标比较小, 而且分别密集, 如在输入文字时 的键盘; 还有手机在上网时, 网页上的字体比较小, 链接和按钮比较密集。 这样当手指移上去时直接覆盖了好几个按钮或链接, 在按下去时很容易导 致按错按钮, 并且操作不方便。 其次, 对于大尺寸的智能手机或平板电脑, 一只手拿着手机的情况下, 操作大拇指无法触碰到屏幕上的所有地方, 这 样不得不两只手并用来操作手机, 大大影响了用户使用的方便性。
由于上述问题, 有必要针对触摸屏进行改进, 以提高触摸屏的性能。 发明内容
本发明通过设置一种上下双重触摸屏, 把手指的移动事件跟点击事件 分离开来, 并把手指的移动通过屏幕指针的形式显示在屏幕上, 有效解决 触摸带来的不便性。
为解决上述问题, 本发明提供了一种触摸装置, 包括触摸控制器和触 摸检测器, 所述触摸检测器包括第一触摸检测器和第二触摸检测器; 其中, 所述第一触摸检测器, 用于接收手指移动事件, 响应所述手指移动事 件后, 将手指移动事件的响应结果发送至触摸控制器;
所述第二触摸检测器, 用于接收手指点击事件, 响应所述手指点击事 件后, 将手指点击事件的响应结果发送至触摸屏控制器。 所述触摸控制器, 用于收到第一触摸检测器发来的手指移动事件的响 应结果, 或收到第二触摸检测器发来的手指点击事件的响应结果后进行处 理。
上述装置中, 所述第二触摸检测器, 还用于在响应点击事件后, 释放 点击事件。
上述装置中, 所述第一触摸检测器为弹性触摸屏; 所述第二触摸检测 器为电容触摸屏。
上述装置中, 所述第一触摸检测器, 具体用于将手指移动事件以鼠标 指针的形式反应在所在触摸装置上, 并通过设置来放大或缩小手指位移, 以及通过改变鼠标指针的灵敏度来调整手指移动与鼠标指针的同步程度。
上述装置中, 所述第一触摸检测器, 具体用于将手指初始位置、 鼠标 指针初始位移和鼠标的指针灵敏度作为所述手指移动事件的参数。
上述装置中, 所述第一触摸检测器, 具体用于接收到手指初始位置坐 标( X , y )后, 将鼠标指针位置坐标由初始位移坐标( m, n )变为( x + m, y + n ); 其中, x + m若超过横向边界则取横向边界值, y + n若超过纵向边 界值则取纵向边界值;
当手指初始位置由 (X , y )移动至(x + a, y + b)后, 鼠标指针位置坐 标为( X + m + s*a, y + n + s*b ); 其中, x + m + s*a若超过横向边界则取 横向边界值, y + n + s*b若超过纵向边界值则取纵向边界值, 其中 s为鼠标 指针灵敏度。
上述装置中, 所述第二触摸检测器, 具体用于将从第一触摸检测器获 得的鼠标指针位置、 以及手指的点击事件作为手指点击事件的响应结果; 相应的, 所述第一触摸检测器, 还用于为第二触摸检测器提供鼠标指 针位置。
上述装置中, 所述第二触摸检测器, 具体用于将从第一触摸检测器获 得的、 以及手指的释放点击事件作为释放点击事件的响应结果。 本发明还提供了一种用户终端, 包括上述触摸装置。
采用本发明提供的技术方案, 通过显示屏幕指针并与手指的位置形成 一定的位移, 从而提高点击的精确性与直观性, 提高用户体验。 附图说明
此处所说明的附图用来提供对本发明的进一步理解, 构成本发明的一 部分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发 明的不当限定。 在附图中:
图 1是本发明第一实施例示意图。 具体实施方式
为了使本发明所要解决的技术问题、 技术方案及有益效果更加清楚、 明白, 以下结合附图和实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体实施例仅仅用以解释本发明, 并不用于限定本发明。
如图 1 所示, 是本发明第一实施例示意图, 提供了一种触摸装置, 包 括触摸控制器 102和触摸检测器 101; 其中,
所述触摸检测器 101 包括: 第一触摸检测器 1011 和第二触摸检测器 1012; 其中,
第一触摸检测器 1011 , 为有弹性的塑性触摸屏, 用于接收手指移动事 件, 响应所述手指移动事件后, 将手指移动事件的响应结果发送至触摸控 制器 102;
其中, 所述手指移动事件(MotionEvent 1 ) 为以鼠标指针的形式反应 在所在触摸装置上, 通过设置放大或缩小手指位移, 改变鼠标指针的灵敏 度, 若灵敏度为零, 则手指与鼠标指针同步; 所述手指移动事件的参数包 括: 手指初始位置、 鼠标指针初始位移 (指针的初始位置可以是手指放下 的位置或者与手指有一定距离的位置)、 鼠标的指针灵敏度 (以一个数字衡 量, 0为最不灵敏); 所述手指移动事件的响应结果为实时输出的鼠标指针 位置坐标。
第二触摸检测器 1012, 为电容式触摸屏, 用于接收手指点击事件, 在 手指按下时响应所述手指点击事件, 并将手指点击事件的响应结果发送至 触摸控制器 102以触发应用事件, 然后释放手指点击事件;
触摸控制器 102, 用于收到第一触摸检测器 1011发来的手指移动事件 的响应结果, 或收到第二触摸检测器 1012发来的手指点击事件的响应结果 后, 将响应结果中的位置坐标转为触点坐标后发给 CPU进行相应处理; 所述手指移动事件(MotionEvent 1)可以包括: 移动 (MOVE)、 超 越边界(OUT_SIDE)等; 所述手指点击事件( MotionEvent 2 ) 可以包括: 释放 (UP)和按下 (DOWN)等;
所述触摸控制器 102,具体用于将接收到的手指移动事件的响应结果和 /或手指点击事件的响应结果加入事件接收队列中等待处理。
所述第一触摸检测器 1011, 具体用于若手指从初始位置坐标(X, y), 鼠标指针初始位移坐标为 (m, n), 指针灵敏度为 s, 则根据手指初始位置 坐标(X, y), 将鼠标指针位置坐标由初始位移坐标(m, n) 变为 ( x + m, y + n); 其中, x + m若超过横向边界则取横向边界值, y + n若超过纵向边 界值则取纵向边界值; 当手指相对位置坐标变为^ + &^ + 1)), 则鼠标指针 的终点位置为 (x + m + s*a, y + n + s*b); 其中, x + m+ s*a若超过横向 边界则取横向边界值, y + n + s*b若超过纵向边界值则取纵向边界值。
所述第二触摸检测器 1012, 具体用于触发手指点击事件时, 根据第一 触摸检测器 1011中获取鼠标指针位置坐标, 将鼠标指针位置坐标和手指点 击事件作为响应结果; 相应的, 所述第一触摸检测器 1011, 还用于为第二 触摸检测器 1012提供根据手指位置坐标(X , y)计算得出的鼠标指针坐 标 ( x + m, y + n )。
所述第二触摸检测器 1012, 具体用于释放手指点击事件时, 根据第一 触摸检测器 1011中获取鼠标指针位置坐标, 将鼠标指针位置坐标和手指点 击事件作为响应结果。
本发明还提供一种用户终端, 所述用户终端包括上述触摸装置, 以更 好地增强用户体验。
上述说明示出并描述了本发明的一个优选实施例, 但如前所述, 应当 理解本发明并非局限于本文所披露的形式, 不应看作是对其他实施例的排 除, 而可用于各种其他组合、 修改和环境, 并能够在本文所述发明构想范 围内, 通过上述教导或相关领域的技术或知识进行改动。 而本领域人员所 进行的改动和变化不脱离本发明的精神和范围, 则都应在本发明所附权利 要求的保护范围内。

Claims

权利要求书
1、 一种触摸装置, 包括触摸控制器和触摸检测器, 其特征在于, 所述 触摸检测器包括: 第一触摸检测器和第二触摸检测器; 其中,
所述第一触摸检测器, 用于接收手指移动事件, 响应所述手指移动事 件后, 将手指移动事件的响应结果发送至触摸控制器;
所述第二触摸检测器, 用于接收手指点击事件, 响应所述手指点击事 件后, 将手指点击事件的响应结果发送至触摸屏控制器;
所述触摸控制器, 用于收到第一触摸检测器发来的手指移动事件的响 应结果, 或收到第二触摸检测器发来的手指点击事件的响应结果后进行处 理。
2、 根据权利要求 1所述的装置, 其特征在于,
所述第二触摸检测器, 还用于在响应点击事件后, 释放点击事件。
3、 根据权利要求 2所述的装置, 其特征在于,
所述第一触摸检测器为弹性触摸屏;
所述第二触摸检测器为电容触摸屏。
4、 根据权利要求 1至 3任一所述的装置, 其特征在于,
所述第一触摸检测器, 具体用于将手指移动事件以鼠标指针的形式反 应在所在触摸装置上, 并通过设置来放大或缩小手指位移, 以及通过改变 鼠标指针的灵敏度来调整手指移动与鼠标指针的同步程度。
5、 根据权利要求 4所述的装置, 其特征在于,
所述第一触摸检测器, 具体用于将手指初始位置、 鼠标指针初始位移 和鼠标的指针灵敏度作为所述手指移动事件的参数。
6根据权利要求 5所述的装置, 其特征在于,
所述第一触摸检测器, 具体用于接收到手指初始位置坐标(X, y )后, 将鼠标指针位置坐标由初始位移坐标(m, n )变为 (x + m, y + n ); 其中, x + m若超过横向边界则取横向边界值, y + n若超过纵向边界值则取纵向 边界值;
当手指初始位置由 (X , y )移动至(x + a, y + b)后, 鼠标指针位置坐 标为( X + m + s*a, y + n + s*b ); 其中, x + m + s*a若超过横向边界则取 横向边界值, y + n + s*b若超过纵向边界值则取纵向边界值, 其中 s为鼠标 指针灵敏度。
7、 根据权利要求 6所述的装置, 其特征在于,
所述第二触摸检测器 , 具体用于将从第一触摸检测器获得的鼠标指针 位置、 以及手指的点击事件作为手指点击事件的响应结果;
相应的, 所述第一触摸检测器, 还用于为第二触摸检测器提供鼠标指 针位置。
8、 根据权利要求 7所述的装置, 其特征在于,
所述第二触摸检测器, 具体用于将从第一触摸检测器获得的、 以及手 指的释放点击事件作为释放点击事件的响应结果。
9、 一种用户终端, 其特征在于, 包括如权利要求 1至 8任一所述的触 摸装置。
PCT/CN2012/075048 2011-09-22 2012-05-03 一种触摸装置及用户终端 WO2013040903A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110284250.9 2011-09-22
CN201110284250A CN102314257A (zh) 2011-09-22 2011-09-22 一种触摸装置及用户终端

Publications (1)

Publication Number Publication Date
WO2013040903A1 true WO2013040903A1 (zh) 2013-03-28

Family

ID=45427480

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/075048 WO2013040903A1 (zh) 2011-09-22 2012-05-03 一种触摸装置及用户终端

Country Status (2)

Country Link
CN (1) CN102314257A (zh)
WO (1) WO2013040903A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9971425B2 (en) 2016-06-07 2018-05-15 International Business Machines Corporation Dynamic device sensitivity control

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102314257A (zh) * 2011-09-22 2012-01-11 中兴通讯股份有限公司 一种触摸装置及用户终端
CN102929556B (zh) * 2012-10-29 2017-04-19 北京小米科技有限责任公司 一种基于触摸屏的交互控制方法及设备
CN103902217A (zh) * 2012-12-25 2014-07-02 中国电信股份有限公司 基于手指触及模式控制虚拟鼠标的方法与虚拟鼠标
CN104077067A (zh) * 2013-03-28 2014-10-01 深圳市快播科技有限公司 基于具有触摸屏的装置的播放方法及系统
US9632602B2 (en) * 2014-11-04 2017-04-25 Microsoft Technology Licensing, Llc Fabric laminated touch input device
CN108595241A (zh) * 2018-04-24 2018-09-28 苏州蜗牛数字科技股份有限公司 一种将触摸屏进行虚拟化的方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1766821A (zh) * 2004-09-30 2006-05-03 精工爱普生株式会社 用于触摸屏的控制单元
CN1896933A (zh) * 2005-07-13 2007-01-17 英华达(上海)电子有限公司 在触摸板手机上实现鼠标操作的方法
CN101470554A (zh) * 2007-12-29 2009-07-01 洋华光电股份有限公司 双工触控板
CN101739169A (zh) * 2008-11-12 2010-06-16 林振煌 复合式触控面板及其操作方法
CN102314257A (zh) * 2011-09-22 2012-01-11 中兴通讯股份有限公司 一种触摸装置及用户终端

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101172113B1 (ko) * 2008-11-14 2012-08-10 엘지이노텍 주식회사 터치스크린 및 그 제조방법

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1766821A (zh) * 2004-09-30 2006-05-03 精工爱普生株式会社 用于触摸屏的控制单元
CN1896933A (zh) * 2005-07-13 2007-01-17 英华达(上海)电子有限公司 在触摸板手机上实现鼠标操作的方法
CN101470554A (zh) * 2007-12-29 2009-07-01 洋华光电股份有限公司 双工触控板
CN101739169A (zh) * 2008-11-12 2010-06-16 林振煌 复合式触控面板及其操作方法
CN102314257A (zh) * 2011-09-22 2012-01-11 中兴通讯股份有限公司 一种触摸装置及用户终端

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9971425B2 (en) 2016-06-07 2018-05-15 International Business Machines Corporation Dynamic device sensitivity control

Also Published As

Publication number Publication date
CN102314257A (zh) 2012-01-11

Similar Documents

Publication Publication Date Title
WO2013040903A1 (zh) 一种触摸装置及用户终端
US10055064B2 (en) Controlling multiple devices with a wearable input device
EP3037946B1 (en) Remote controller, information processing method and system
KR101234111B1 (ko) 비접촉 입력 인터페이싱 장치 및 이를 이용한 비접촉 입력 인터페이싱 방법
US20130016055A1 (en) Wireless transmitting stylus and touch display system
US20110316790A1 (en) Apparatus and method for proximity based input
US20150185953A1 (en) Optimization operation method and apparatus for terminal interface
CN104731497B (zh) 管理防误触的多个触摸源的设备和方法
JP5222967B2 (ja) 携帯端末
US20190227688A1 (en) Head mounted display device and content input method thereof
KR20140126949A (ko) 터치스크린을 구비하는 전자 장치의 메뉴 운용 방법 및 장치
US10671269B2 (en) Electronic device with large-size display screen, system and method for controlling display screen
CN105814511B (zh) 偏差平面手腕输入装置、方法和计算机可读介质
US9563346B2 (en) Method for scrolling a displayed image in a touch system
JPWO2012111227A1 (ja) タッチ式入力装置、電子機器および入力方法
GB2517284A (en) Operation input device and input operation processing method
WO2015174316A1 (ja) 端末、及び端末制御方法
TW201413560A (zh) 電子裝置的操作方法
JP6411067B2 (ja) 情報処理装置及び入力方法
JP2014182429A (ja) 情報処理装置、情報処理方法及び情報処理プログラム
KR20140079959A (ko) 제어영역을 이용한 터치스크린 제어방법 및 이를 이용한 단말
WO2014208600A1 (ja) 電子機器、メモリおよび電子機器の動作方法
CN104881130A (zh) 一种用于电子设备的指带式信息输入装置及信息输入方法
JP2014032511A (ja) 携帯情報表示装置および拡大表示方法
CN104360818A (zh) 实现列表视图复选的方法、手势纠错的方法及系统

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: 12832996

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: 12832996

Country of ref document: EP

Kind code of ref document: A1