JP2022181960A - Information processing apparatus and program - Google Patents

Information processing apparatus and program Download PDF

Info

Publication number
JP2022181960A
JP2022181960A JP2021089218A JP2021089218A JP2022181960A JP 2022181960 A JP2022181960 A JP 2022181960A JP 2021089218 A JP2021089218 A JP 2021089218A JP 2021089218 A JP2021089218 A JP 2021089218A JP 2022181960 A JP2022181960 A JP 2022181960A
Authority
JP
Japan
Prior art keywords
gesture
screen
predetermined
executed
information processing
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
JP2021089218A
Other languages
Japanese (ja)
Inventor
圭佑 水谷
Keisuke Mizutani
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2021089218A priority Critical patent/JP2022181960A/en
Publication of JP2022181960A publication Critical patent/JP2022181960A/en
Pending legal-status Critical Current

Links

Images

Abstract

To provide a technique for suppressing execution of processing despite the intention of a user.SOLUTION: An information processing apparatus functions as: display control means for displaying a screen on a display unit of a touch panel; determination means for determining whether there is a scrollable scroll area; and processing means for executing, when a gesture of a user corresponds to a predetermined navigation gesture, in response to the gesture, predetermined processing assigned to the predetermined navigation gesture. When the gesture of the user corresponds to the predetermined navigation gesture and the gesture is received in a screen provided with the scroll area, the predetermined processing assigned to the predetermined navigation gesture is not executed in response to the gesture.SELECTED DRAWING: Figure 5

Description

本発明は、情報処理装置、およびプログラムに関する。 The present invention relates to an information processing device and a program.

タッチパネル等が設けられた情報処理装置は、ユーザがタッチパネル上で所定の操作を行うことで、その操作に対応した処理が実行される(特許文献1参照)。例えば、情報処理装置は、タッチパネルに対するユーザのスワイプやフリック等のジェスチャ入力を受けた際、画面をスクロールさせたりアプリケーションを切り替えたりすることができる。 2. Description of the Related Art In an information processing apparatus provided with a touch panel or the like, when a user performs a predetermined operation on the touch panel, processing corresponding to the operation is executed (see Patent Document 1). For example, the information processing apparatus can scroll the screen or switch applications when receiving a user's gesture input such as swiping or flicking on the touch panel.

特表2010-515980号公報Japanese Patent Application Publication No. 2010-515980

特許文献1の情報処理装置では、複数のジェスチャを受け付ける画面の場合、ユーザの意図しない処理が実行されてしまうことがある。そこで本開示では、ユーザの意に反する処理が実行されることを抑制可能な技術を提供することを目的とする。 In the information processing apparatus of Patent Literature 1, in the case of a screen that accepts a plurality of gestures, a process unintended by the user may be executed. Therefore, an object of the present disclosure is to provide a technology capable of suppressing execution of processing against the user's will.

本発明の一態様のプログラムは、タッチパネルを備える情報処理装置のコンピュータを、前記タッチパネルの表示部に画面を表示させる表示制御手段と、スクロール可能なスクロール領域が設けられているか判定する判定手段と、ユーザによるジェスチャが所定のナビゲーションジェスチャに対応する場合、前記ジェスチャに応答して、前記所定のナビゲーションジェスチャに割り当てられている所定の処理を実行させる処理手段と、として機能させ、ユーザによるジェスチャが前記所定のナビゲーションジェスチャに対応し、前記スクロール領域が設けられている画面において前記ジェスチャが受け付けられた場合、前記ジェスチャに応答して、前記所定のナビゲーションジェスチャに割り当てられている前記所定の処理は実行されないプログラム。 A program according to one aspect of the present invention comprises: display control means for causing a computer of an information processing apparatus having a touch panel to display a screen on a display portion of the touch panel; determination means for determining whether a scrollable scroll area is provided; and a processing means for executing a predetermined process assigned to the predetermined navigation gesture in response to the gesture when the gesture by the user corresponds to the predetermined navigation gesture, wherein the gesture by the user is the predetermined navigation gesture. corresponding to the navigation gesture of the above, when the gesture is accepted on a screen provided with the scroll area, the predetermined processing assigned to the predetermined navigation gesture is not executed in response to the gesture. .

本発明の一態様により、ユーザの意に反する処理が実行されることを抑制可能となる。 According to one aspect of the present invention, it is possible to suppress execution of processing against the user's will.

情報処理装置の構成を示す図である。It is a figure which shows the structure of an information processing apparatus. 情報処理装置の画面を示す模式図である。It is a schematic diagram which shows the screen of an information processing apparatus. 情報処理装置の画面遷移を示す模式図である。FIG. 4 is a schematic diagram showing screen transition of the information processing apparatus; 情報処理装置の画面遷移を示す模式図である。FIG. 4 is a schematic diagram showing screen transition of the information processing apparatus; 情報処理装置の画面遷移を示す模式図である。FIG. 4 is a schematic diagram showing screen transition of the information processing apparatus; 確認画面を示す模式図である。It is a schematic diagram which shows a confirmation screen. アプリケーションの処理を示すフローチャートである。4 is a flowchart showing processing of an application; アプリケーションの処理を示すフローチャートである。4 is a flowchart showing processing of an application; 情報処理装置の画面遷移を示す模式図である。FIG. 4 is a schematic diagram showing screen transition of the information processing apparatus;

以下に図面を参照して、本開示の実施形態を例示的に説明する。ただし、本開示については、その趣旨を逸脱しない範囲で、当業者の通常の知識に基づいて、以下に記載する実施形態に対して適宜変更、改良が加えられたものについても本開示の範囲に入ることが理解されるべきである。 Embodiments of the present disclosure will be exemplified below with reference to the drawings. However, with regard to the present disclosure, any modifications and improvements made to the embodiments described below based on the ordinary knowledge of those skilled in the art are also within the scope of the present disclosure without departing from the spirit of the present disclosure. Enter should be understood.

<第1実施形態>
(情報処理装置100の構成)
図1を用いて情報処理装置100の構成を説明する。情報処理装置100は、PDA(Personal Digital Assistant)などの個人情報端末、スマートフォン、タブレット端末、ノートPCなど、タッチスクリーンを有する装置である。以下では、情報処理装置の一例としてスマートフォンを例に説明する。スマートフォンとは、携帯電話機能に加え、カメラ機能やインターネットブラウザ機能、メール機能などを搭載した多機能型の携帯電話である。
<First Embodiment>
(Configuration of information processing device 100)
The configuration of the information processing apparatus 100 will be described with reference to FIG. The information processing device 100 is a device having a touch screen, such as a personal information terminal such as a PDA (Personal Digital Assistant), a smart phone, a tablet terminal, and a notebook PC. A smartphone will be described below as an example of an information processing apparatus. A smart phone is a multifunctional mobile phone equipped with a camera function, an Internet browser function, an e-mail function, etc. in addition to a mobile phone function.

図1(a)は、情報処理装置100のハードウエア構成を示している。情報処理装置100は、情報処理装置100の各処理や表示制御などを含む全体制御を行うCPU201、操作部202、情報処理装置100をネットワークに接続するネットワークインターフェイス203、メモリ204、表示部205、記憶装置206を備える。 FIG. 1A shows the hardware configuration of the information processing apparatus 100. As shown in FIG. The information processing apparatus 100 includes a CPU 201 that performs overall control including each process and display control of the information processing apparatus 100, an operation unit 202, a network interface 203 that connects the information processing apparatus 100 to a network, a memory 204, a display unit 205, and a storage unit. A device 206 is provided.

ネットワークインターフェイス203は、外部の通信装置と接続してデータ通信を実行するための通信部である。通信方式としては、例えば、IEEE802.11シリーズ(IEEE802.11a、IEEE802.11n(Wi-Fi 4)、IEEE802.11ac(Wi-Fi 5)、IEEE802.11ax(Wi-Fi 6)等)に準拠した通信方式を用いることができる。また、Bluetooth(登録商標)規格やNFC規格に則った無線通信を用いてもよい。さらに、携帯電話回線網などの移動体通信をすることもできる。また、USBなどの有線接続や赤外線通信などを用いてもよい。 A network interface 203 is a communication unit for connecting to an external communication device and performing data communication. As a communication method, for example, IEEE802.11 series (IEEE802.11a, IEEE802.11n (Wi-Fi 4), IEEE802.11ac (Wi-Fi 5), IEEE802.11ax (Wi-Fi 6), etc.) compliant communication method can be used. Alternatively, wireless communication conforming to the Bluetooth (registered trademark) standard or the NFC standard may be used. Furthermore, it is also possible to perform mobile communication such as a mobile phone network. Alternatively, wired connection such as USB, infrared communication, or the like may be used.

表示部205はLCD(LCD:Liquid Crystal Display)方式の表示機構を備えたディスプレイである。ただし、ディスプレイはLCD方式の他に、有機ELディスプレイ(OELD:Organic Electro-Luminescence Display)でもよい。また無機ELディスプレイ(IELD:Inorganic Electro-Luminescence Display)でもよく、任意の方式でよい。 The display unit 205 is a display having an LCD (LCD: Liquid Crystal Display) type display mechanism. However, the display may be an organic EL display (OELD: Organic Electro-Luminescence Display) in addition to the LCD type. An inorganic EL display (IELD: Inorganic Electro-Luminescence Display) may be used, and any method may be used.

操作部202は、タッチパネル方式の操作機構を備えており、ユーザの押下等の入力に基づく信号を検出する。以下では、操作部202と表示部205とを含む構成をタッチパネルとも呼ぶ。操作部202は、タッチパネル表面に対する指又はペン等の接触を検出する。また、操作部202は、複数の指又はペン等がタッチパネル表面に接触した位置を検出することができる。操作部202の検出方式は、静電容量方式、抵抗膜方式、表面弾性波方式(又は超音波方式)、赤外線方式、電磁誘導方式、及び荷重検出方式等の任意の方式でよい。以下の説明では、説明を簡単にするため、ユーザは、情報処理装置100であるスマートフォンを操作するために指を用いるものとする。情報処理装置100は、操作部202により検出された接触、接触が検出された位置、接触が検出された位置の変化、接触が検出された間隔、及び接触が検出された回数の少なくとも1つに基づいて、ジェスチャの種別を判別する。 The operation unit 202 has a touch panel type operation mechanism, and detects a signal based on an input such as a user's pressing. Hereinafter, the configuration including the operation unit 202 and the display unit 205 is also called a touch panel. The operation unit 202 detects contact of a finger, pen, or the like on the surface of the touch panel. In addition, the operation unit 202 can detect positions at which a plurality of fingers, pens, or the like touch the surface of the touch panel. The detection method of the operation unit 202 may be an arbitrary method such as a capacitance method, a resistive film method, a surface acoustic wave method (or an ultrasonic method), an infrared method, an electromagnetic induction method, and a load detection method. In the following description, to simplify the description, it is assumed that the user uses a finger to operate the smart phone, which is the information processing device 100 . The information processing apparatus 100 detects at least one of the contact detected by the operation unit 202, the position at which the contact is detected, the change in the position at which the contact is detected, the interval at which the contact is detected, and the number of times the contact is detected. Based on this, the type of gesture is determined.

メモリ204は、CPU201の作業領域としてのランダムアクセスメモリ(RAM)である。記憶装置206は、アプリケーション、オペレーティングシステム等の各種制御プログラムを格納するメモリである。ネットワークインターフェイス203はネットワークに接続され、ネットワークを介して情報処理装置100をプリンタなどの外部機器やインターネットと接続している。 A memory 204 is a random access memory (RAM) as a work area for the CPU 201 . The storage device 206 is a memory that stores various control programs such as applications and operating systems. A network interface 203 is connected to a network, and connects the information processing apparatus 100 to an external device such as a printer and the Internet via the network.

図1(b)は、情報処理装置100のソフトウエア構成を示す。情報処理装置100は、オペレーティングシステム207(以下、OSとも呼ぶ)、アプリケーション208(以下、アプリ208とも呼ぶ)を備えている。アプリ208はOS207を介して動作する。これらのソフトウエアは記憶装置206に格納されており、メモリ204に展開されてCPU201によって実行される。なお、ここではアプリケーションとして1つのアプリ208のみを示しているが、情報処理装置100には複数のアプリケーションがインストールされていてもよい。 FIG. 1B shows the software configuration of the information processing apparatus 100. As shown in FIG. The information processing apparatus 100 includes an operating system 207 (hereinafter also referred to as OS) and an application 208 (hereinafter also referred to as application 208). Application 208 operates via OS 207 . These pieces of software are stored in the storage device 206 , expanded in the memory 204 and executed by the CPU 201 . Note that although only one application 208 is shown here as an application, a plurality of applications may be installed in the information processing apparatus 100 .

(ユーザ操作と画面遷移)
以下、情報処理装置100に対するユーザ操作と情報処理装置100の画面遷移の関係について説明する。図2は、本実施形態の情報処理装置100の画面の一例を示す模式図である。図2(a)は、情報処理装置100にインストールされている複数のアプリケーションが一覧表示されているホーム画面を示す。なお、表示部103は図1の表示部205に対応し、操作部104は図1の操作部202に対応する。
(User operations and screen transitions)
A relationship between user operations on the information processing apparatus 100 and screen transitions of the information processing apparatus 100 will be described below. FIG. 2 is a schematic diagram showing an example of the screen of the information processing apparatus 100 of this embodiment. FIG. 2A shows a home screen on which a list of multiple applications installed in the information processing apparatus 100 is displayed. Note that the display unit 103 corresponds to the display unit 205 in FIG. 1, and the operation unit 104 corresponds to the operation unit 202 in FIG.

図2(a)のホーム画面には、各アプリケーションのアイコン105が表示されており、ユーザがアイコン105を押下することにより、該当するアプリケーションが起動する。また、情報処理装置100はホームボタン101が表示されており、ユーザがホームボタン101を押下することにより、起動中のアプリケーションの画面を閉じられ、ホーム画面に戻ることができる。また、情報処理装置100にはバックボタン102が表示されており、ユーザがバックボタン102を押下することにより一つ手前の画面に遷移することができる。つまりバックボタン102の操作により、今まで表示されてきた画面をさかのぼって順番に画面を戻ることができる。以下、ホームボタン101およびバックボタン102をナビゲーションボタンとも呼ぶ。また図2(a)のように、情報処理装置100がナビゲーションボタンを表示している状態をボタンモードと表現することがある。ナビゲーションボタン押下時の挙動は、情報処理装置上のOSにより制御されため、アプリケーションの種類に依らず、情報処理装置100内では共通の挙動となる。 The icon 105 of each application is displayed on the home screen of FIG. 2A, and when the user presses the icon 105, the corresponding application is started. A home button 101 is displayed on the information processing apparatus 100, and when the user presses the home button 101, the screen of the running application can be closed and the screen can be returned to the home screen. Further, a back button 102 is displayed on the information processing apparatus 100, and by pressing the back button 102, the user can transition to the previous screen. That is, by operating the back button 102, it is possible to go back to the screens that have been displayed so far in order. Hereinafter, the home button 101 and the back button 102 are also called navigation buttons. A state in which the information processing apparatus 100 displays navigation buttons as shown in FIG. 2A may be expressed as a button mode. Since the behavior when the navigation button is pressed is controlled by the OS on the information processing device, the behavior is common within the information processing device 100 regardless of the type of application.

以上のように、情報処理装置100の表示部103にアプリケーションのアイコン105、ホームボタン101、およびバックボタン102などのGUIアイテムが表示され、ユーザはこのGUIアイテムを操作することでそのGUIアイテムが示す機能を使用することができる。なお、本例では、ホームボタン101およびバックボタン102のナビゲーションボタンは、表示部103にボタン状のGUIアイテムとして表示しているが、情報処理装置100に備えられた物理ボタンであってもよい。 As described above, GUI items such as the application icon 105, the home button 101, and the back button 102 are displayed on the display unit 103 of the information processing apparatus 100, and the user operates the GUI items to display the GUI items. function can be used. In this example, the navigation buttons of the home button 101 and the back button 102 are displayed as button-shaped GUI items on the display unit 103 , but may be physical buttons provided in the information processing apparatus 100 .

ここで、ジェスチャについて説明する。ジェスチャは、タッチパネルに対するユーザ操作である。情報処理装置100によって判別されるジェスチャは、例えば、「タッチ」、「リリース」、「スワイプ」、「ドラッグ」、及び「フリック」を含むがこれらに限定されない。「タッチ」は、タッチパネルに指が触れるジェスチャである。情報処理装置100は、タッチパネルに指が接触するジェスチャをタッチとして判別する。「リリース」は、指がタッチパネルから離れるジェスチャである。情報処理装置100は、指がタッチパネルから離れるジェスチャをリリースとして判別する。 Now, gestures will be described. A gesture is a user operation on the touch panel. Gestures determined by the information processing device 100 include, but are not limited to, "touch", "release", "swipe", "drag", and "flick", for example. “Touch” is a gesture of touching a touch panel with a finger. The information processing apparatus 100 determines a gesture of touching the touch panel with a finger as a touch. “Release” is a gesture in which the finger is released from the touch panel. The information processing apparatus 100 determines a gesture of removing the finger from the touch panel as a release.

「スワイプ」は、指がタッチパネルに接触したままで移動するジェスチャである。情報処理装置100は、指がタッチパネルに接触したままで移動するジェスチャをスワイプとして判別する。「フリック」は、指がタッチパネルに触れた後に移動しながら操作部104から離れるジェスチャである。すなわち、「フリック」は、タッチに続いて指が移動しながらリリースが行われるジェスチャである。情報処理装置100は、指が、操作部104に触れた後移動しながら操作部104から離れるジェスチャをフリックとして判別する。フリックは、指が一方方向へ移動しながら行われることが多い。フリックは、指が画面の上方向へ移動する「上フリック」、指が画面の下方向へ移動する「下フリック」、指が画面の右方向へ移動する「右フリック」、指が画面の左方向へ移動する「左フリック」等を含む。 A “swipe” is a gesture of moving a finger while touching the touch panel. The information processing apparatus 100 determines a gesture of moving a finger while touching the touch panel as a swipe. A “flick” is a gesture in which a finger moves away from the operation unit 104 after touching the touch panel. In other words, a “flick” is a gesture in which a release is performed while moving the finger following a touch. The information processing apparatus 100 determines a gesture in which a finger moves away from the operation unit 104 after touching the operation unit 104 as a flick. A flick is often performed while moving a finger in one direction. Flicks are "up flick" where the finger moves up the screen, "down flick" where the finger moves down the screen, "right flick" where the finger moves right on the screen, and the finger moves to the left of the screen. Including "left flick" etc. to move in the direction.

なお、スワイプは画面をスライドさせることを意図する場合が多いため、フリックに比べて指を長い距離移動させるが、フリックはある点を起点として指で画面をはじくように短い距離移動させる。また、フリックにおける指の移動は、スワイプにおける指の移動よりも素早いことが多い。 Since swiping is often intended to slide the screen, the finger moves a longer distance than flicking, but flicking moves a short distance by flicking the screen with a finger starting from a certain point. Also, finger movement in flicking is often faster than finger movement in swiping.

情報処理装置100は、操作部104が受信した信号に基づきOSが判別するこれらのジェスチャに従って動作を行う。このため、ユーザにとって直感的な操作性が実現される。なお、判別されるジェスチャに従って情報処理装置100が行う動作は、表示部103に表示されている画面に応じて異なることがある。 The information processing apparatus 100 operates according to these gestures determined by the OS based on the signals received by the operation unit 104 . Therefore, intuitive operability for the user is realized. Note that the operation performed by the information processing apparatus 100 according to the determined gesture may differ depending on the screen displayed on the display unit 103 .

図2(b)では、このようなジェスチャにより、情報処理装置100が実行する処理を説明する。具体的には、図2(a)のナビゲーションボタン押下により実行されるバックなどの所定処理が、図2(b)ではジェスチャにより実行される。以降の説明では、ジェスチャによりバック処理などの所定処理が実行される状態をジェスチャモードと表現する。また、所定の処理を実行するためのジェスチャをナビゲーションジェスチャとも記載する。ナビゲーションジェスチャは、ナビゲーションボタン押下で実行されるバック処理などの所定処理と同じ処理を行わせるだけでなく、アプリケーションの切り替え処理や、実行中の処理のキャンセルなど、OSが既定する他の処理を行わせてもよい。 FIG. 2B illustrates processing executed by the information processing apparatus 100 using such gestures. Specifically, predetermined processing such as backing performed by pressing the navigation button in FIG. 2(a) is performed by a gesture in FIG. 2(b). In the following description, a state in which predetermined processing such as back processing is executed by a gesture is expressed as gesture mode. A gesture for executing a predetermined process is also referred to as a navigation gesture. The navigation gesture not only performs the same processing as the predetermined processing such as back processing executed by pressing the navigation button, but also performs other processing predetermined by the OS such as application switching processing and canceling the processing being executed. You can let

情報処理装置100はボタンモードとジェスチャモードとを選択的に実行可能である。情報処理装置100がジェスチャモードで動作中においては、情報処理装置100上の表示部103にはジェスチャボタン106が表示される。これによりユーザは、情報処理装置100の動作状態がジェスチャモードであることを認識することができる。ジェスチャボタン106の形状は図2(b)に示す形状に限らず、正円や四角形などの形状でもよい。もしくはジェスチャボタン106を表示しない形態でもよい。 The information processing apparatus 100 can selectively execute the button mode and the gesture mode. While the information processing device 100 is operating in the gesture mode, the gesture button 106 is displayed on the display unit 103 of the information processing device 100 . Thereby, the user can recognize that the operation state of the information processing apparatus 100 is the gesture mode. The shape of the gesture button 106 is not limited to the shape shown in FIG. Alternatively, a form in which the gesture button 106 is not displayed may be used.

図3を用いて、情報処理装置100がボタンモードとジェスチャモードの場合におけるユーザの操作方法の一例(ホーム画面に戻るための操作)を説明する。なお、以下ではアプリ208の例として印刷アプリの例を示すが、本実施形態はこれに限定されず、カメラアプリ、メッセージアプリ、SNSアプリ等、どのようなアプリでもよい。 An example of the user's operation method (operation for returning to the home screen) when the information processing apparatus 100 is in the button mode and the gesture mode will be described with reference to FIG. Although an example of a print application will be shown below as an example of the application 208, the present embodiment is not limited to this, and any application such as a camera application, a message application, or an SNS application may be used.

図3(a)は、ボタンモードにおける、ホーム画面とアプリ208の画面との間の画面遷移を示す。図3(a)の左図に示すホーム画面において、ユーザがアプリ208のアイコン105をタップするとアプリ208が起動し、図3(a)の右図に示すアプリ208の画面が表示される。アプリ208の画面には、写真印刷機能ボタン108などの各機能を示すアイテムが含まれ、各アイテムをタップすることにより、対応する機能を使用することができる。情報処理装置100がボタンモードの場合、ユーザは、アプリ208の画面表示中にホームボタン101をタップすることにより起動中のアプリ208の画面は閉じられ、ホーム画面へ戻る。 FIG. 3A shows screen transitions between the home screen and the screen of the application 208 in button mode. When the user taps the icon 105 of the application 208 on the home screen shown in the left diagram of FIG. 3A, the application 208 is activated and the screen of the application 208 shown in the right diagram of FIG. 3A is displayed. The screen of the application 208 includes items indicating each function such as the photo print function button 108, and by tapping each item, the corresponding function can be used. When the information processing apparatus 100 is in the button mode, the user taps the home button 101 while the screen of the application 208 is being displayed, thereby closing the screen of the application 208 being activated and returning to the home screen.

図3(b)は、ジェスチャモードにおける、ホーム画面とアプリ208の画面との間の画面遷移を示す。図3(b)においても、左図に示すホーム画面において、ユーザがアプリ208のアイコン105をタップするとアプリ208が起動し、図3(b)の右図に示すアプリ208の画面が表示される。しかしながら、ジェスチャモードの場合、ホーム画面への戻るためのユーザ操作がボタンモードと異なる。ジェスチャモードでは、ユーザは所定のナビゲーションジェスチャを行うことにより、起動中のアプリ208の画面を閉じ、ホーム画面に戻ることができる。つまり、情報処理装置100は、ユーザのジェスチャに基づきホーム画面を表示する処理を行う。 FIG. 3B shows screen transitions between the home screen and the screen of the application 208 in gesture mode. Also in FIG. 3B, when the user taps the icon 105 of the application 208 on the home screen shown in the left diagram, the application 208 is activated and the screen of the application 208 shown in the right diagram of FIG. 3B is displayed. . However, in the gesture mode, the user operation for returning to the home screen differs from that in the button mode. In the gesture mode, the user can perform a predetermined navigation gesture to close the screen of the running application 208 and return to the home screen. That is, the information processing apparatus 100 performs processing for displaying the home screen based on the user's gesture.

このホーム画面表示のためのナビゲーションジェスチャとしては、例えば、表示部103の下部領域に設けられたジェスチャボタン領域107におけるユーザの上フリックがある。情報処理装置100は、操作部104が上フリックを検出すると、この上フリックがジェスチャボタン領域107において行われた場合に、ホーム画面表示処理と判定する。そして、この判定結果に基づき、情報処理装置100はホーム画面を表示する処理を実行する。なお、図3(b)では、ホーム画面表示のためのナビゲーションジェスチャであると判定されるジェスチャボタン領域107は、ジェスチャボタン106を含む領域としているが、これに限らず表示部103の上端左部や上端右部であってもよい。また、ホーム画面を表示するためのジェスチャは上フリックに限らず、ジェスチャボタン領域107における下フリックやタッチが割り当てられていてもよい。 Navigation gestures for displaying the home screen include, for example, a user's upward flick in the gesture button area 107 provided in the lower area of the display unit 103 . When the operation unit 104 detects an upward flick, the information processing apparatus 100 determines that home screen display processing is to be performed when the upward flick is performed in the gesture button region 107 . Then, based on this determination result, the information processing apparatus 100 executes processing for displaying the home screen. In FIG. 3B, the gesture button area 107 determined to be the navigation gesture for displaying the home screen is an area including the gesture button 106. or the upper right portion. Further, the gesture for displaying the home screen is not limited to the upward flick, and the downward flick or touch in the gesture button area 107 may be assigned.

次に、図4を用いて、情報処理装置100がボタンモードとジェスチャモードの場合におけるユーザの操作方法の一例(1つ前の画面に戻るための操作)を説明する。図4の左図は、アプリ208の画面(図3の右図)において写真印刷機能ボタン108が押下された場合に表示される写真選択画面(複数の画像の中からユーザに画像を選択させるための画面)である。図4の右図は、写真選択画面において選択された写真の印刷プレビューを示すプレビュー画面である。 Next, an example of a user's operation method (operation for returning to the previous screen) when the information processing apparatus 100 is in the button mode and the gesture mode will be described with reference to FIG. 4 . The left diagram in FIG. 4 shows a photo selection screen (for allowing the user to select an image from a plurality of images) displayed when the photo print function button 108 is pressed on the screen of the application 208 (right diagram in FIG. 3). screen). The right diagram of FIG. 4 is a preview screen showing a print preview of the photo selected on the photo selection screen.

図4(a)は、ボタンモード動作時における、写真選択画面とプレビュー画面との間の画面遷移を示す。写真選択画面においてユーザにより画像が選択された後、「次へ」ボタン1107の押下を操作部104が検出した場合、次の画面としてプレビュー画面が表示される。ボタンモードの場合、プレビュー画面において、情報処理装置100は、バックボタン102の押下を操作部104が検出した場合、1つ前の画面である写真選択画面を表示部103に表示する。つまり、情報処理装置100は、バックボタン102が押下されたことに応答して、表示部103の表示は、直前の画面(一つ前の画面)に戻る。 FIG. 4A shows screen transitions between the photo selection screen and the preview screen during button mode operation. After the user selects an image on the photo selection screen, when the operation unit 104 detects pressing of the "Next" button 1107, a preview screen is displayed as the next screen. In the button mode, when the operation unit 104 detects that the back button 102 is pressed on the preview screen, the information processing apparatus 100 displays the photo selection screen, which is the previous screen, on the display unit 103 . That is, in response to pressing of the back button 102, the information processing apparatus 100 returns the display of the display unit 103 to the previous screen (one previous screen).

図4(b)は、ジェスチャモード動作における、写真選択画面とプレビュー画面との間の画面遷移を示す。図4(b)においても、左図に示す写真選択画面においてユーザにより画像が選択された後、「次へ」ボタン1107の押下を操作部104が検出した場合、次の画面としてプレビュー画面が表示される。しかしながら、ジェスチャモードの場合、一つ前の画面へ戻るためのユーザ操作がボタンモードと異なる。ジェスチャモードでは、ユーザは所定のナビゲーションジェスチャを行うことにより、プレビュー画面から、一つ前の画面である写真選択画面へ戻ることができる。つまり、情報処理装置100は、ユーザのジェスチャに基づき一つ前の画面を表示する処理を行う。 FIG. 4(b) shows the screen transition between the photo selection screen and the preview screen in gesture mode operation. In FIG. 4B as well, when the operation unit 104 detects that the user presses the "Next" button 1107 after selecting an image on the photo selection screen shown on the left, the preview screen is displayed as the next screen. be done. However, in the gesture mode, the user operation for returning to the previous screen differs from that in the button mode. In the gesture mode, the user can return from the preview screen to the previous screen, the photo selection screen, by performing a predetermined navigation gesture. That is, the information processing apparatus 100 performs processing for displaying the previous screen based on the user's gesture.

この一つ前の画面を表示するためのナビゲーションジェスチャとしては、例えば、表示部103の左端領域に設けられたジェスチャ領域1108における右フリックがある。情報処理装置100は、操作部104が、右フリックを検出すると、この右フリックがジェスチャ領域1108において行われた場合に、1つ前の画面に戻る処理と判定する。そして、この判定結果に基づき、情報処理装置100は、直近に表示部103に表示していた画面(一つ前の画面)を表示する処理を実行する。 As a navigation gesture for displaying the previous screen, for example, there is a right flick in the gesture area 1108 provided in the left end area of the display unit 103 . When the operation unit 104 detects a right flick, the information processing apparatus 100 determines that the right flick is performed in the gesture region 1108 to return to the previous screen. Then, based on this determination result, the information processing apparatus 100 executes processing for displaying the screen (one previous screen) displayed on the display unit 103 most recently.

なお、表示部103の右端部領域に設けられたジェスチャ領域1108において左フリックが行われた場合も一つ前の画面を表示するためのナビゲーションジェスチャと判定されてもよい。また、図4(b)ではジェスチャ領域1108は表示部103の左右両端に設けられた領域としているが、これに限らない。表示部103の上下両端領域でもよく、あらかじめ設定されたいずれかの領域でもよい。また、一つ前の画面へ戻るためのナビゲーションジェスチャをジェスチャ領域1108における右フリックとしているが、これに限らず、下フリックや右スワイプなどジャスチャが割り当てられていてもよい。 Note that a left flick performed in the gesture area 1108 provided in the right end area of the display unit 103 may also be determined as a navigation gesture for displaying the previous screen. Also, in FIG. 4B, the gesture areas 1108 are areas provided at both the left and right ends of the display unit 103, but the present invention is not limited to this. The upper and lower end areas of the display unit 103 may be used, or any area set in advance may be used. Further, although the navigation gesture for returning to the previous screen is a right flick in the gesture area 1108, the present invention is not limited to this, and a gesture such as a downward flick or a right swipe may be assigned.

また、図3及び図4では、情報処理装置100がジェスチャモード動作時において、ナビゲーションジェスチャに基づき実行される処理の例として、ホーム画面に戻るための処理及び一つ前の画面へ戻るための処理を説明したが、これに以外もあり得る。例えば、複数のアプリを起動中の場合に、あるアプリから別のアプリに切り替えるための処理や、画面回転処理などの処理が含まれていてもよい。 3 and 4 show processing for returning to the home screen and processing for returning to the previous screen as examples of the processing executed based on the navigation gesture when the information processing apparatus 100 operates in the gesture mode. has been described, but there are other possibilities. For example, when multiple applications are running, processing for switching from one application to another, processing such as screen rotation processing, and the like may be included.

なお、情報処理装置100がボタンモードを実行している状態において、例えば、一つ前の画面へ戻るためのナビゲーションジェスチャとしてジェスチャ領域1108上での右フリックが受け付けられたとしても、一つ前の画面へは戻らない。つまり、ボタンモードではナビゲーションジェスチャとして認識されない。つまり、ボタンモードでは単にスクロール処理として認識される。 Note that, while the information processing apparatus 100 is executing the button mode, for example, even if a right flick on the gesture region 1108 is accepted as a navigation gesture for returning to the previous screen, the It doesn't return to the screen. That is, it is not recognized as a navigation gesture in button mode. That is, in button mode, it is simply recognized as scroll processing.

一方で、情報処理装置100がジェスチャモードとボタンモードのいずれであっても、ナビゲーションジェスチャとは異なるジェスチャは認識される。例えば、表示部103の中央領域において、右フリックが受け付けられた場合、ジェスチャモードとボタンモードのいずれであっても、右方向にスクロールするための操作として認識される。これは、ユーザにとって便利な一方、ジェスチャモードにおける誤認識を引き起こす場合がある。 On the other hand, gestures other than navigation gestures are recognized regardless of whether the information processing apparatus 100 is in the gesture mode or the button mode. For example, when a right flick is accepted in the center area of the display unit 103, it is recognized as an operation for scrolling rightward in either gesture mode or button mode. While this is convenient for the user, it may cause false recognition in gesture mode.

例えば、ユーザが表示部103の左端に近い領域で右フリックした場合を例に説明する。この例の場合、ジェスチャモードでは、一つ前の画面に戻るためのナビゲーションジェスチャと認識されるパターンと、画面内に設定された領域をスクロールするためのジェスチャと認識されるパターンと、があり得る。つまり、ユーザが、後者の画面内の領域のスクロールを意図してスワイプしたとしても、一つ前の画面に戻るためのナビゲーションジェスチャとして誤認識されることがある。その結果、ユーザの意図しない画面遷移が実行されてしまう。そこで、以下では、このような誤認識を抑制するための方法を説明する。 For example, a case where the user right-flicks an area near the left end of the display unit 103 will be described as an example. In this example, in the gesture mode, there may be a pattern recognized as a navigation gesture for returning to the previous screen, and a pattern recognized as a gesture for scrolling the area set in the screen. . In other words, even if the user swipes with the intention of scrolling the latter area within the screen, the swipe may be erroneously recognized as a navigation gesture for returning to the previous screen. As a result, a screen transition unintended by the user is executed. Therefore, a method for suppressing such erroneous recognition will be described below.

(処理方法)
以下では、アプリ208の写真選択画面(元の画面301)から、フリック及びスワイプ操作を受け付けるプレビュー画面(遷移先の画面302)へ遷移した後の動作について図5~図7を用いて説明する。
(Processing method)
The operation after transition from the photo selection screen (original screen 301) of the application 208 to the preview screen (transition destination screen 302) that accepts flick and swipe operations will be described below with reference to FIGS.

図5は、ジェスチャモードで動作中の情報処理装置100におけるユーザの操作と画面遷移の関係を説明するための図である。情報処理装置100のボタンモードとジェスチャモードとの切り替えは、OS207が制御する。例えば、情報処理装置100に対するユーザの入力に従ってOS207がジェスチャモードとボタンモードとを切り替える方法でもよく、OS207がデフォルトでジェスチャモードに設定していてもよい。 FIG. 5 is a diagram for explaining the relationship between user operations and screen transitions in the information processing apparatus 100 operating in the gesture mode. The OS 207 controls switching between the button mode and the gesture mode of the information processing apparatus 100 . For example, the OS 207 may switch between the gesture mode and the button mode according to the user's input to the information processing apparatus 100, or the OS 207 may default to the gesture mode.

元の画面301である写真選択画面は、情報処理装置100に記憶されている画像ファイル(サムネイル画像)の一覧を表示する。ユーザは画面301上で複数の画像を選択することができる。ユーザは所望の画像を選択後、「次へ」ボタン1107を押下することにより、選択された画像をプレビューとして表示するプレビュー画面である画面302へ遷移する。図5では、ユーザが2枚の画像を選択した場合の画面301及び画面302を示している。 The photo selection screen, which is the original screen 301 , displays a list of image files (thumbnail images) stored in the information processing apparatus 100 . A user can select multiple images on the screen 301 . After selecting a desired image, the user presses a “next” button 1107 to transition to a screen 302 which is a preview screen displaying the selected image as a preview. FIG. 5 shows screens 301 and 302 when the user selects two images.

ここで遷移先の画面302は、フリック又はスワイプ操作により、領域がスクロール可能なスクロール領域303を有するものとする。 Here, the transition destination screen 302 has a scroll area 303 that can be scrolled by a flick or swipe operation.

アプリ208は、スクロール領域303内には、ユーザにより選択された複数の画像を表示する。具体的には、まず、アプリ208は、スクロール領域303内のページ304に、ユーザにより選択された画像のうち1つ目の画像を表示する。この状態で、アプリ208は、スクロール領域303内でフリック又はスワイプを検出した場合、スクロール領域303内の表示をページ304からページ305に切り替える。ページ305には、ユーザにより選択された2つ目の画像が表示される。つまり、この例のスクロール領域303は、タッチパネルの幅よりも長い幅の領域が設定されており、この長い幅の領域にページ304とページ305が含まれているものとする。つまり、スクロール領域303内でのフリック又はスワイプによって、画面が切り替わっているのではなく、1つのスクロール領域303内における位置が移動(スクロール)していることになる。なお、スクロール領域303内に表示されるページはページ304とページ305の二つに限らず、画面301で選択された画像の数に応じて変更され得る。つまり、スクロール領域303内の表示は任意のページ数でよい。このようなフリック又はスワイプに基づくスクロール処理により、ユーザはスクロール領域303をスクロールでき、選択した複数の画像を見ることができる。 Application 208 displays a plurality of images selected by the user in scroll area 303 . Specifically, first, the application 208 displays the first image selected by the user on the page 304 within the scroll area 303 . In this state, when the application 208 detects a flick or swipe within the scroll area 303 , the display within the scroll area 303 is switched from the page 304 to the page 305 . Page 305 displays the second image selected by the user. In other words, the scroll area 303 in this example has a width longer than the width of the touch panel, and the pages 304 and 305 are included in this long width area. That is, by flicking or swiping within the scroll area 303, the screen is not switched, but the position within one scroll area 303 is moved (scrolled). Note that the pages displayed in the scroll area 303 are not limited to the two pages 304 and 305 and can be changed according to the number of images selected on the screen 301 . In other words, any number of pages may be displayed in the scroll area 303 . Such flick- or swipe-based scrolling allows the user to scroll the scroll area 303 and view a plurality of selected images.

図7は、図5に示す画面を提供するアプリ208において実行される処理のフローチャートである。アイコン105タップ等によりアプリ208が起動したことに応じて図7のフローチャートは開始される。つまり、アプリ208起動中は常に図7に示す処理が行われる。以降、アプリ208を、各処理の主体として説明するが、実際には、対応するプログラムをCPU201が実行することで、対応する機能が実現されることになる。なお、全ての処理は必ずしも一つのプロセス上で逐次的に実行されるものではなく、一度OS側に処理が移り、再度OSから呼び出されるようなケースや、OSに処理を指示するケースもあり得る。 FIG. 7 is a flowchart of processing executed by the application 208 that provides the screen shown in FIG. The flowchart of FIG. 7 is started when the application 208 is activated by tapping the icon 105 or the like. That is, the processing shown in FIG. 7 is always performed while the application 208 is running. Hereinafter, the application 208 will be described as the subject of each process, but in reality, the CPU 201 executes the corresponding program to realize the corresponding function. Note that all processing is not necessarily executed sequentially in one process, and there may be cases where the processing moves to the OS side once and is called again from the OS, or cases where the OS is instructed to perform processing. .

S501では、アプリ208は、情報処理装置100がジェスチャモードで動作中か否かの判定を行う。この判定により、情報処理装置100がジェスチャモードの場合、操作部104はナビゲーションジェスチャ入力を認識することができる。なお、ジェスチャモードか否かの判定自体はOSにより実行され、アプリ208はその判定結果を取得してもよい。情報処理装置100がジェスチャモードで動作中の場合、S502を実行する。一方、情報処理装置100がボタンモードで動作中の場合、図7のフローは終了する。つまり、ボタンモード動作中の場合は、ボタンモードとしての通常通りのジェスチャ判定をする。 In S501, the application 208 determines whether the information processing apparatus 100 is operating in gesture mode. Based on this determination, when the information processing apparatus 100 is in the gesture mode, the operation unit 104 can recognize the navigation gesture input. Note that the judgment itself as to whether or not the gesture mode is set may be executed by the OS, and the application 208 may acquire the judgment result. When the information processing apparatus 100 is operating in the gesture mode, S502 is executed. On the other hand, if the information processing apparatus 100 is operating in the button mode, the flow of FIG. 7 ends. In other words, when the button mode is in operation, gesture determination is performed as usual in the button mode.

S502では、アプリ208は、ナビゲーションジェスチャが検出されたか判定する。具体的には、操作部104がOS207により設定されているナビゲーションジェスチャに該当するジェスチャ入力を検出したか否かを判定する。 At S502, the app 208 determines whether a navigation gesture has been detected. Specifically, it is determined whether or not the operation unit 104 has detected a gesture input corresponding to the navigation gesture set by the OS 207 .

ここで、図5の画面302が表示されている状態においてS502が実行された場合を例に、このS502の判定の詳細を説明する。画面302において、例えば、一つ前の画面に戻りたいユーザが、一つ前の画面を表示するための処理(以下、バック処理とも呼ぶ)に対応するナビゲーションジェスチャをタッチパネルに対して行ったとする。この場合、アプリ208は、バック処理に対応するナビゲーションジェスチャを検出したと判定する。具体的には、アプリ208が画面302に設けられた端部領域のジェスチャ領域1108内において右フリック又は右スワイプが行われた場合、バック処理に対応するナビゲーションジェスチャが行われたと判定する。なお、バック処理に対応するナビゲーションジェスチャはOSによりあらかじめ定められているものとする。 Here, details of the determination in S502 will be described, taking as an example the case where S502 is executed while the screen 302 of FIG. 5 is being displayed. On the screen 302, for example, it is assumed that the user who wants to return to the previous screen makes a navigation gesture corresponding to processing for displaying the previous screen (hereinafter also referred to as back processing) on the touch panel. In this case, the application 208 determines that a navigation gesture corresponding to back processing has been detected. Specifically, when a right flick or a right swipe is performed within the gesture area 1108 of the end area provided on the screen 302, the application 208 determines that a navigation gesture corresponding to back processing has been performed. It is assumed that navigation gestures corresponding to back processing are predetermined by the OS.

一方、画面302において、例えば、画面302のスクロール領域303のページをスクロールしたいユーザが、スクロール処理に対応するジェスチャ(スクロール領域303の中央領域における右フリック又は右スワイプ)をタッチパネルに対して行ったとする。この場合、アプリ208は、ナビゲーションジェスチャを検出していないと判定する。 On the other hand, on the screen 302, for example, it is assumed that the user who wants to scroll the page of the scroll area 303 of the screen 302 performs a gesture corresponding to scroll processing (right flick or right swipe in the central area of the scroll area 303) on the touch panel. . In this case, application 208 determines that it has not detected a navigation gesture.

このように、S502にてナビゲーションジェスチャが検出されたと判定された場合はS503へ進み、ナビゲーションジェスチャが検出されなかった場合はS402を繰り返す。なお、上述のとおり、画面302においてスクロール領域303の中央領域における右フリック又は右スワイプが行なわれた場合は、ナビゲーションジェスチャではなく、単なるスクロール処理であるとして、スクロール領域303のスクロールが実行される。つまり、スクロール領域303内において表示されるページが変わる。 In this way, if it is determined in S502 that the navigation gesture has been detected, the process proceeds to S503, and if the navigation gesture has not been detected, S402 is repeated. As described above, when a right flick or a right swipe is performed on the central area of the scroll area 303 on the screen 302, scrolling of the scroll area 303 is performed not as a navigation gesture but as a simple scroll process. That is, the page displayed within the scroll area 303 changes.

なお、ナビゲーションジェスチャが行われたかの判定は、アプリ208ではなくOSが実行してもよい。そして、アプリ208はその判定結果を取得することにより、ナビゲーションジェスチャであると判定してもよい。 It should be noted that the OS, instead of the application 208, may determine whether the navigation gesture has been performed. Then, the application 208 may determine that it is a navigation gesture by acquiring the determination result.

S503では、アプリ208は、表示部103上にスクロール領域303が表示されているか否かを判定する。例えば、画面302にはスクロール領域303が表示されているため、YESと判定される。一方、画面301のような画面ではスクロール領域303は表示されていないため、NOと判定される。S503にてYESと判定された場合、S504へ進む。一方、S503にてNOと判定された場合、S506へ進む。 In S<b>503 , the application 208 determines whether the scroll area 303 is displayed on the display unit 103 . For example, since the scroll area 303 is displayed on the screen 302, the determination is YES. On the other hand, since the scroll area 303 is not displayed on a screen such as the screen 301, the determination is NO. If determined as YES in S503, the process proceeds to S504. On the other hand, if the determination in S503 is NO, the process proceeds to S506.

S504では、アプリ208は表示部103に確認画面401を表示する。図6は確認画面401を示す模式図である。この確認画面401は、ユーザに対してナビゲーションジェスチャに対応する処理として設定されている所定の処理(ナビゲーションジェスチャに割り当てられた処理)の実行を許可するかの確認をユーザに求めるための画面である。図6では、確認画面401に、前の画面に戻ってよいかをユーザに確認するため情報が含まれている。さらに、確認画面401には、前の画面に戻るかどうかをユーザに入力させるための選択肢を含む。なお、確認画面401の内容はこれに限定されない。例えば、元の画面を識別可能な情報を含んでいてもよい。また、プレビュー画面から遷移することをユーザに確認する画面でもよい。 In S<b>504 , the application 208 displays the confirmation screen 401 on the display unit 103 . FIG. 6 is a schematic diagram showing a confirmation screen 401. As shown in FIG. This confirmation screen 401 is a screen for asking the user to confirm whether or not to permit execution of a predetermined process (process assigned to the navigation gesture) set as the process corresponding to the navigation gesture. . In FIG. 6, a confirmation screen 401 contains information to confirm with the user whether it is okay to return to the previous screen. Further, confirmation screen 401 includes options for prompting the user to enter whether to return to the previous screen. Note that the content of the confirmation screen 401 is not limited to this. For example, it may contain information that can identify the original screen. Alternatively, the screen may be a screen for confirming with the user that the transition from the preview screen is to be made.

S505では、アプリ208は、ナビゲーションジェスチャに割り当てられた処理の実行を許可することを示す入力があったかを判定する。具体的には、アプリ208は、確認画面401におけるボタンの入力をもとに判定を行う。なお、判定のための入力はボタン入力に限らず、音声入力の形式であっても良い。ここでは、確認画面401において「はい」が選択された場合、ナビゲーションジェスチャに割り当てられた処理の実行を許可することを示す入力があったとしてYESと判定され、確認画面401において「いいえ」が選択された場合、NOと判定される。S505においてYESと判定された場合はS506へ進み、S505においてNOと判定された場合はS507へ進む。 In S505, the application 208 determines whether there is an input indicating permission to execute the process assigned to the navigation gesture. Specifically, the application 208 makes a determination based on the button input on the confirmation screen 401 . The input for determination is not limited to button input, and may be in the form of voice input. Here, if "yes" is selected on the confirmation screen 401, it is determined that there is an input indicating that the execution of the process assigned to the navigation gesture is permitted, and "no" is selected on the confirmation screen 401. is determined as NO. If the determination in S505 is YES, the process proceeds to S506, and if the determination in S505 is NO, the process proceeds to S507.

S506にて、アプリ208は、ナビゲーションジェスチャに割り当てられた処理を実行する。例えば、ナビゲーションジェスチャに割り当てられた処理がバック処理の場合、アプリ208は、画面302から画面301に遷移する。つまり、表示部103の表示を元の画面301へ戻す。 In S506, application 208 executes the process assigned to the navigation gesture. For example, when the process assigned to the navigation gesture is the back process, the application 208 transitions from the screen 302 to the screen 301 . That is, the display on the display unit 103 is returned to the original screen 301 .

S507では、アプリ208はナビゲーションジェスチャに割り当てられた処理を無効にする。例えば、ナビゲーションジェスチャに割り当てられた処理がバック処理の場合、このバック処理は実行しない。具体的には、バック処理を実行せずに、確認画面401を非表示にして、画面302の表示を継続する。 In S507, the application 208 disables the processing assigned to the navigation gesture. For example, if the process assigned to the navigation gesture is a back process, this back process is not executed. Specifically, the confirmation screen 401 is hidden and the display of the screen 302 is continued without executing back processing.

以上説明したように、本実施形態では、スクロール領域303が設けられている画面においてナビゲーションジェスチャが検出された場合、確認画面401におけるユーザ入力に基づき、ナビゲーションジェスチャを無効とすることが可能となる。これにより、画面302内でのスクロール領域303に対するスクロールを意図したユーザのジェスチャに対して、前の画面に戻るバック処理が実行されることを抑制することができる。 As described above, in this embodiment, when a navigation gesture is detected on the screen on which the scroll area 303 is provided, it is possible to disable the navigation gesture based on user input on the confirmation screen 401 . As a result, it is possible to suppress execution of back processing for returning to the previous screen in response to the user's gesture intended to scroll the scroll area 303 within the screen 302 .

なお、ナビゲーションジェスチャを無効にした場合、スクロール処理が実行されてもよい。これにより、ユーザの意図と異なり、ユーザのジェスチャがS502でナビゲーションジェスチャと判定された場合であっても、ユーザの意図通りの処理が行われる場合がある。例えば、画面302において、画面302のスクロール領域303のページをスクロールしたいユーザが、表示部103の端部のジェスチャ領域1108において右フリック又は右スワイプを行ったとする。この場合、アプリ208は、ユーザの意図と異なり、S502において、ナビゲーションジェスチャを検出したと判定する。しかしながら、この場合であっても、S507において、ナビゲーションジェスチャを無効にし、スクロール処理が実行されれば、ユーザの意図通りの処理となる。つまり、スクロール領域303が右スクロールされ1ページ目が表示される。 Note that scrolling may be performed when navigation gestures are disabled. As a result, even if the user's gesture is determined to be a navigation gesture in S502, unlike the user's intention, processing may be performed as the user's intention. For example, on the screen 302 , assume that the user who wants to scroll pages in the scroll area 303 of the screen 302 performs a right flick or a right swipe in the gesture area 1108 at the end of the display unit 103 . In this case, unlike the user's intention, the application 208 determines in S502 that a navigation gesture has been detected. However, even in this case, if the navigation gesture is disabled and scroll processing is executed in S507, the processing is as intended by the user. That is, the scroll area 303 is scrolled to the right and the first page is displayed.

ただし、スクロール処理を実行するか否かはスクロール領域303に表示されているページに応じて変えてもよい。つまり、スクロール領域303に1ページ目が表示されている状態で、上述のような判定でスクロール領域303を右にスクロールしても1ページ目より左にページはない。よって、この場合は単にナビゲーションジェスチャを無効とするだけでよい。 However, whether or not to execute scroll processing may be changed according to the page displayed in the scroll area 303 . That is, when the first page is displayed in the scroll area 303, even if the scroll area 303 is scrolled to the right based on the above determination, there is no page to the left of the first page. So, in this case, simply disable the navigation gesture.

また、S501において、情報処理装置100がジェスチャモードではないと判定された場合、アプリ208はナビゲーションジェスチャを受け付けることが無いため、S502以降の処理は行わない。これにより、情報処理装置100がジェスチャモードの時のみ、ユーザの意図しない操作が実行されることを抑制することができる。なお、情報処理装置100がジェスチャモードのみを有している場合(つまりボタンモードの設定がない場合)もある。この場合は、S501の判定は行わず、S502からの処理を実行するフローでもよい。 Further, when it is determined in S501 that the information processing apparatus 100 is not in the gesture mode, the application 208 does not accept the navigation gesture, so the processing from S502 onwards is not performed. Accordingly, it is possible to prevent the user from performing an unintended operation only when the information processing apparatus 100 is in the gesture mode. Note that the information processing apparatus 100 may have only the gesture mode (that is, the button mode is not set). In this case, the flow may be such that the processing from S502 is executed without making the determination in S501.

また、本実施形態では、スクロール領域を有さない画面においては、ナビゲーションジェスチャが検出された場合、S504~S505の処理を実行することなく、S506において、ナビゲーションジェスチャが実行される。これにより、スクロール領域を有さない画面におけるユーザビリティを向上することができる。 Further, in this embodiment, when a navigation gesture is detected on a screen that does not have a scroll area, the navigation gesture is executed in S506 without executing the processing of S504 to S505. This can improve the usability of a screen that does not have a scroll area.

また、上述の処理では、アプリ208による制御の例を示したが、図7に示すフローは必ずしもアプリ208が実行する必要はなく、OS207が実行してもよい。OS207が実行することにより、例えば、複数のアプリがインストールされ得るスマートフォンのような情報処理装置100においても、アプリ間においてユーザのジェスチャ時の操作感が異なることを防ぐことができる。具体的には、本実施形態の方法を実施するアプリと実施しないアプリとでは、スクロール領域を有する画面におけるナビゲーションジェスチャ入力時の画面遷移が異なってくる。しかしながら、OS207により図7のフローを実行することにより、使用アプリによるナビゲーションジェスチャ時の画面挙動の違いがないため、ユーザビリティが向上する。 Also, in the above-described processing, an example of control by the application 208 has been shown, but the flow shown in FIG. Execution by the OS 207 can prevent a difference in operation feeling when a user makes a gesture between apps, even in the information processing apparatus 100 such as a smartphone in which a plurality of apps can be installed, for example. Specifically, screen transition at the time of inputting a navigation gesture on a screen having a scroll area differs between an application that implements the method of the present embodiment and an application that does not implement the method. However, by executing the flow of FIG. 7 by the OS 207, usability is improved because there is no difference in screen behavior during navigation gestures depending on the application used.

また、上述の例では、ナビゲーションジェスチャに割り当てられた例としてバック処理を例に説明したが、他のナビゲーションジェスチャでもよい。例えば、上フリック又は上スワップは、上方向のスクロール処理を意図したジェスチャと、ホーム画面を表示する処理が割り当てられたナビゲーションジェスチャと、で誤認識される可能性がある。よって、このような場合でも上記制御を行うことにより、ユーザの意図しない処理を抑制することができる。つまり、S507において、ナビゲーションジェスチャが無効となることにより、図3(b)で説明したジェスチャボタン領域107での上フリック又は上スワップ(ホーム画面表示処理が割り当てられたナビゲーションジェスチャ)は無効となる。これにより、ジェスチャボタン領域107で上フリック又は上スワップが行われても、上方向のスクロール処理と判定される。他にも、起動中の複数アプリの中から表示したいアプリを選択するため処理などに適用可能である。 Also, in the above example, the back process has been described as an example assigned to the navigation gesture, but other navigation gestures may be used. For example, an up flick or up swap may be misrecognized as a gesture intended to scroll up and a navigation gesture assigned to display the home screen. Therefore, even in such a case, it is possible to suppress processing unintended by the user by performing the above control. In other words, by disabling the navigation gesture in S507, the up flick or up swap (navigation gesture to which home screen display processing is assigned) in the gesture button area 107 described with reference to FIG. 3B is disabled. As a result, even if an upward flick or upward swap is performed in the gesture button area 107, it is determined to be scroll processing in the upward direction. In addition, it can be applied to processing for selecting an application to be displayed from among multiple running applications.

<第2実施形態>
次に、第2実施形態について説明する。第1実施形態では、操作部104がナビゲーションジェスチャを検出した場合に、S504において確認画面401を表示し、ナビゲーションジェスチャに割り当てられた処理の実行可否をユーザに選択させた。本実施形態では、スクロール領域303が表示されている場合は、ユーザ選択なしにナビゲーションジェスチャに割り当てられた処理を無効にする。本実施形態の場合、スクロール領域303とナビゲーションジェスチャを受け付けるジェスチャ領域1108とがかぶっている場合でも、ユーザが意図したスクロール操作が簡易に実行される。なお、第1実施形態と共通する説明は省略し、異なる点について主に説明する。以下、本実施形態の処理を詳細に説明する。
<Second embodiment>
Next, a second embodiment will be described. In the first embodiment, when the operation unit 104 detects a navigation gesture, the confirmation screen 401 is displayed in S504 to allow the user to select whether to execute the process assigned to the navigation gesture. In this embodiment, if the scrolling region 303 is displayed, disable the processing assigned to navigation gestures without user selection. In the case of the present embodiment, even when the scroll area 303 overlaps the gesture area 1108 for accepting navigation gestures, the scroll operation intended by the user is easily executed. Note that explanations common to the first embodiment will be omitted, and differences will be mainly explained. The processing of this embodiment will be described in detail below.

図8は、アプリ208において実行される処理のフローチャートである。アイコン105タップ等によりアプリ208が起動したときに図8のフローチャートは開始される。つまり、アプリ208起動中は常に図8に示す処理が行われる。以降、アプリ208を、各処理の主体として説明するが、実際には、対応するプログラムをCPU201が実行することで、対応する機能が実現されることになる。なお、全ての処理は必ずしも一つのプロセス上で逐次的に実行されるものではなく、一度OS側に処理が移り、再度OSから呼び出されるようなケースや、OSに処理を指示するケースもあり得る。以下では、アプリ208が表示する画面の一例として、画面301と画面302との間の画面遷移を挙げている。 FIG. 8 is a flow chart of processing executed by the application 208 . The flowchart of FIG. 8 is started when the application 208 is activated by tapping the icon 105 or the like. That is, the processing shown in FIG. 8 is always performed while the application 208 is running. Hereinafter, the application 208 will be described as the subject of each process, but in reality, the CPU 201 executes the corresponding program to realize the corresponding function. Note that all processing is not necessarily executed sequentially in one process, and there may be cases where the processing moves to the OS side once and is called again from the OS, or cases where the OS is instructed to perform processing. . Below, the screen transition between the screen 301 and the screen 302 is given as an example of the screen displayed by the application 208 .

S601においてアプリ208は情報処理装置100がジェスチャモードで動作中か否かの判定を行う。この判定により、情報処理装置100がジェスチャモードの場合、操作部104はナビゲーションジェスチャ入力を認識することができる。なお、ジェスチャモードか否かの判定自体はOSにより実行され、アプリ208はその判定結果を取得してもよい。S601においてアプリ208は情報処理装置100がジェスチャモードと判定した場合、S602を実行する。 In S601, the application 208 determines whether the information processing apparatus 100 is operating in gesture mode. Based on this determination, when the information processing apparatus 100 is in the gesture mode, the operation unit 104 can recognize the navigation gesture input. Note that the judgment itself as to whether or not the gesture mode is set may be executed by the OS, and the application 208 may acquire the judgment result. When the application 208 determines in S601 that the information processing apparatus 100 is in the gesture mode, S602 is executed.

S602にて、アプリは表示部103上にスクロール領域303が表示されているか否かを判定する。例えば、画面302にはスクロール領域303が表示されているため、YESと判定される。一方、画面301のような画面ではスクロール領域303は表示されていないため、NOと判定される。S602においてYESと判定された場合、操作部104はナビゲーションジェスチャ入力を認識しないモードとなる。S602にて表示部103上にスクロール領域303が表示されていると判定された場合、S603へ進む。 In S<b>602 , the application determines whether scroll area 303 is displayed on display unit 103 . For example, since the scroll area 303 is displayed on the screen 302, the determination is YES. On the other hand, since the scroll area 303 is not displayed on a screen such as the screen 301, the determination is NO. When determined as YES in S602, the operation unit 104 enters a mode in which navigation gesture input is not recognized. If it is determined in S602 that the scroll area 303 is displayed on the display unit 103, the process proceeds to S603.

S603にて、アプリ208は画面302上での操作部104に対するナビゲーションジェスチャ入力を無効にする。これにより、スクロール領域303にジェスチャ領域1108が重なっている場合でも、スクロール領域へのスクロール処理を容易にすることが可能となる。つまり、S603にてナビゲーションジェスチャ入力が無効となることにより、例えばタッチパネル上において右スワイプや右フリック操作を受け付けた場合、アプリ208は、右スクロール処理の指示と判定する。 In S<b>603 , application 208 disables navigation gesture input to operation unit 104 on screen 302 . As a result, even when the gesture area 1108 overlaps the scroll area 303, it is possible to facilitate scrolling to the scroll area. In other words, when the navigation gesture input is disabled in S603 and, for example, a right swipe or right flick operation is received on the touch panel, the application 208 determines that it is an instruction for right scroll processing.

S604にて、アプリ208は、表示部103に図9に示すようなナビゲーションジェスチャ代替ボタン701を表示する。ナビゲーションジェスチャ代替ボタン701は、ナビゲーションジェスチャの代わりに、ナビゲーションジェスチャに割り当てられた処理と同じ処理の指示を受け付けるためのアイテムである。本例では、バック処理を受け付けるためのボタンである。具体的には、操作部104が、画面302においてナビゲーションジェスチャ代替ボタン701の押下を検出した場合、アプリ208は、画面301を表示するためのバック処理実行をOS207に対して命令する。OS207はアプリ208からの命令を受けて、画面301を表示部103に表示する。このように、ナビゲーションジェスチャ入力が無効にされた場合でも、ナビゲーションジェスチャ代替ボタン701により、ユーザはナビゲーションジェスチャに割り当てられた処理(ここではバック処理)を指示可能にすることができる。 In S<b>604 , application 208 displays navigation gesture substitute button 701 as shown in FIG. 9 on display unit 103 . The navigation gesture substitute button 701 is an item for accepting an instruction for the same process as the process assigned to the navigation gesture instead of the navigation gesture. In this example, it is a button for accepting back processing. Specifically, when the operation unit 104 detects pressing of the navigation gesture substitute button 701 on the screen 302 , the application 208 commands the OS 207 to execute back processing for displaying the screen 301 . The OS 207 receives a command from the application 208 and displays the screen 301 on the display unit 103 . In this way, even when the navigation gesture input is disabled, the navigation gesture substitute button 701 allows the user to instruct the processing assigned to the navigation gesture (here, back processing).

なお、本例では、ナビゲーションジェスチャに割り当てられた処理としてバック処理を例に説明したが、他のナビゲーションジェスチャでもよい。例えば、S603において、ナビゲーションジェスチャが無効となることにより、図3(b)で説明したジェスチャボタン領域107での上フリック又は上スワップ(ホーム画面表示処理が割り当てられたナビゲーションジェスチャ)は無効となる。これにより、ジェスチャボタン領域107で上フリック又は上スワップが行われても、上方向のスクロール処理と判定される。さらに、S604において、ホーム画面表示処理のためのアイテムが表示されることにより、ユーザはホーム画面にも容易に戻ることが可能となる。他にも、ナビゲーションジェスチャの例として、起動中の複数アプリから表示したいアプリを選択するため処理などに適用可能である。 Note that, in this example, the back process has been described as an example of the process assigned to the navigation gesture, but other navigation gestures may be used. For example, by disabling the navigation gesture in S603, the up flick or up swap (navigation gesture to which home screen display processing is assigned) in the gesture button area 107 described in FIG. 3B is disabled. As a result, even if an upward flick or upward swap is performed in the gesture button area 107, it is determined to be scroll processing in the upward direction. Furthermore, in S604, the items for home screen display processing are displayed, so that the user can easily return to the home screen. In addition, as an example of a navigation gesture, it can be applied to processing for selecting an application to be displayed from multiple running applications.

また、S601において、情報処理装置100がジェスチャモードではないと判定された場合、アプリ208はナビゲーションジェスチャ入力を受け付けることが無いため、S502以降の処理は行わない。これにより、情報処理装置100がジェスチャモードの時のみ、ユーザの意図しない操作が実行されることを抑制することができる。なお、情報処理装置100がジェスチャモードのみを有している場合(つまりボタンモードの設定がない場合)もある。その場合は、S601の判定は行わず、S602からの処理を実行するフローでも良い。 Further, when it is determined in S601 that the information processing apparatus 100 is not in the gesture mode, the application 208 does not receive the navigation gesture input, so the processes after S502 are not performed. Accordingly, it is possible to prevent the user from performing an unintended operation only when the information processing apparatus 100 is in the gesture mode. Note that the information processing apparatus 100 may have only the gesture mode (that is, the button mode is not set). In that case, the flow may be such that the processing from S602 is executed without making the determination in S601.

以上のように、本実施形態では、アプリ208が、表示部103上にスクロール領域を有している状態では、ナビゲーションジェスチャ入力を無効にし、ナビゲーションジェスチャを代替するボタン701を表示する。これにより、スクロール領域とナビゲーションジェスチャを受け付ける領域とが重なっている場合でも、スクロール領域への操作を可能しつつナビゲーションジェスチャに既定された操作を実行することも可能としている。 As described above, in the present embodiment, when the application 208 has a scroll area on the display unit 103, the navigation gesture input is disabled and the button 701 that substitutes for the navigation gesture is displayed. As a result, even when the scroll area and the area for receiving the navigation gesture overlap, it is possible to perform the operation specified in the navigation gesture while allowing the operation to the scroll area.

また、スクロール領域を有さない画面においてはナビゲーションジェスチャを無効にすることはしないため、ユーザはナビゲーションジェスチャによる情報処理装置100の操作を引き続き行うことができる。これらの方法により、スクロール領域とナビゲーションジェスチャを受け付ける領域が重なっている場合でも、ユーザビリティを向上することができる。 Also, since the navigation gesture is not disabled on a screen that does not have a scroll area, the user can continue to operate the information processing apparatus 100 using the navigation gesture. These methods can improve usability even when the scroll area and the area for accepting navigation gestures overlap.

以上、アプリ208によるナビゲーションジェスチャの実行制御の例を示したが、図8に示すフローは必ずしもアプリ208が実行する必要はなく、OS207が実行してもよい。OS207が実行することにより、例えば、複数のアプリがインストールされ得るスマートフォンのような情報処理装置100においても、アプリ間においてユーザのジェスチャ時の操作感が異なることを防ぐことができる。具体的には、本実施形態の方法を実施するアプリと実施しないアプリとでは、スクロール領域を有する画面におけるナビゲーションジェスチャ入力時の画面遷移が異なってくる。しかしながら、OS207により図8のフローを実行することにより、使用アプリによるナビゲーションジェスチャ時の画面挙動の違いがないため、ユーザビリティが向上する。 An example of the execution control of navigation gestures by the application 208 has been described above, but the flow shown in FIG. Execution by the OS 207 can prevent a difference in operation feeling when a user makes a gesture between apps, even in the information processing apparatus 100 such as a smartphone in which a plurality of apps can be installed, for example. Specifically, screen transition at the time of inputting a navigation gesture on a screen having a scroll area differs between an application that implements the method of the present embodiment and an application that does not implement the method. However, by executing the flow of FIG. 8 by the OS 207, usability is improved because there is no difference in screen behavior during navigation gestures depending on the application used.

<他の実施形態>
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
<Other embodiments>
The present invention supplies a program that implements one or more functions of the above-described embodiments to a system or apparatus via a network or a storage medium, and one or more processors in the computer of the system or apparatus reads and executes the program. It can also be realized by processing to It can also be implemented by a circuit (for example, ASIC) that implements one or more functions.

100 情報処理装置
207 オペレーティングシステム
208 アプリケーション
100 information processing device 207 operating system 208 application

Claims (14)

タッチパネルを備える情報処理装置のコンピュータを、
前記タッチパネルの表示部に画面を表示させる表示制御手段と、
スクロール可能なスクロール領域が設けられているか判定する判定手段と、
ユーザによるジェスチャが所定のナビゲーションジェスチャに対応する場合、前記ジェスチャに応答して、前記所定のナビゲーションジェスチャに割り当てられている所定の処理を実行させる処理手段と、
として機能させ、
ユーザによるジェスチャが前記所定のナビゲーションジェスチャに対応し、前記スクロール領域が設けられている画面において前記ジェスチャが受け付けられた場合、前記ジェスチャに応答して、前記所定のナビゲーションジェスチャに割り当てられている前記所定の処理は実行されないことを特徴とするプログラム。
A computer of an information processing device equipped with a touch panel,
Display control means for displaying a screen on the display unit of the touch panel;
determining means for determining whether a scrollable scroll area is provided;
processing means for, in response to said gesture, executing a predetermined process assigned to said predetermined navigation gesture, if the gesture by the user corresponds to said predetermined navigation gesture;
function as
When a gesture by the user corresponds to the predetermined navigation gesture and the gesture is accepted on the screen provided with the scroll area, the predetermined navigation gesture assigned to the predetermined navigation gesture is responded to the gesture. is not executed.
前記ジェスチャが前記所定のナビゲーションジェスチャに対応し、前記スクロール領域が設けられていない場合、前記ジェスチャに応答して前記所定の処理が実行されることを特徴とする請求項1に記載のプログラム。 2. The program according to claim 1, wherein said gesture corresponds to said predetermined navigation gesture and said predetermined process is executed in response to said gesture if said scroll area is not provided. 前記ジェスチャが前記所定のナビゲーションジェスチャに対応しない場合、前記ジェスチャに応答して前記所定の処理は実行されないことを特徴とする請求項1又は2に記載のプログラム。 3. The program according to claim 1, wherein said predetermined process is not executed in response to said gesture if said gesture does not correspond to said predetermined navigation gesture. 前記所定の処理としてバック処理が割り当てられており、
前記ジェスチャが前記所定のナビゲーションジェスチャに対応し、前記スクロール領域が設けられていない画面において前記ジェスチャが受け付けられた場合、前記バック処理が実行されることにより、前記ジェスチャが受け付けられた画面から、前記ジェスチャが受け付けられた画面の前に表示されていた画面に遷移し、
前記ジェスチャが前記所定のナビゲーションジェスチャに対応し、前記スクロール領域が設けられている画面において前記ジェスチャが受け付けられた場合、前記ジェスチャに応答して前記バック処理が実行されないため、前記異なる画面に遷移しないことを特徴とする請求項1から3のいずれか一項に記載のプログラム。
Back processing is assigned as the predetermined processing,
When the gesture corresponds to the predetermined navigation gesture and the gesture is accepted on the screen on which the scroll area is not provided, the back process is executed to move the gesture from the screen on which the gesture was accepted to the navigation gesture. Transition to the screen that was displayed before the screen where the gesture was accepted,
When the gesture corresponds to the predetermined navigation gesture and the gesture is received on the screen on which the scroll area is provided, the back process is not executed in response to the gesture, so the transition to the different screen does not occur. 4. The program according to any one of claims 1 to 3, characterized by:
前記所定の処理としてホーム画面を表示する処理が割り当てられており、
前記ジェスチャが前記所定のナビゲーションジェスチャに対応し、前記スクロール領域が設けられていない画面において前記ジェスチャが受け付けられた場合、前記ジェスチャに応答して前記ホーム画面を表示する処理が実行されることにより、前記ジェスチャが受け付けられた画面が閉じて前記ホーム画面が表示され、
前記ジェスチャが前記所定のナビゲーションジェスチャに対応し、前記スクロール領域が設けられている画面において前記ジェスチャが受け付けられた場合、前記ジェスチャに応答して前記ホーム画面を表示する処理が実行されないため、前記ホーム画面は表示されないことを特徴とする請求項1から3のいずれか1項に記載のプログラム。
A process of displaying a home screen is assigned as the predetermined process,
When the gesture corresponds to the predetermined navigation gesture and the gesture is accepted on a screen on which the scroll area is not provided, a process of displaying the home screen in response to the gesture is executed, closing the screen on which the gesture was accepted and displaying the home screen;
When the gesture corresponds to the predetermined navigation gesture and the gesture is accepted on the screen provided with the scroll area, the process of displaying the home screen in response to the gesture is not executed. 4. The program according to any one of claims 1 to 3, wherein the screen is not displayed.
前記ジェスチャは、スワイプ又はフリックであることを特徴とする請求項1から5のいずれか1項に記載のプログラム。 6. The program according to any one of claims 1 to 5, wherein said gesture is a swipe or a flick. 前記ジェスチャが前記所定のナビゲーションジェスチャに対応しない場合、前記スクロール領域がスクロールされることを特徴とする請求項1から6のいずれか1項に記載のプログラム。 7. A program according to any one of claims 1 to 6, wherein said scrolling area is scrolled if said gesture does not correspond to said predetermined navigation gesture. 前記タッチパネルの端部領域において前記ジェスチャとしてスワイプ又はフリックがされた場合、前記ジェスチャに基づきバック処理が実行され、前記端部領域とは異なる領域において前記ジェスチャとしてスワイプ又はフリックがされた場合は、前記ジェスチャに基づきスクロール処理が実行されることを特徴とする請求項1から7のいずれか1項に記載のプログラム。 When the swipe or flick is performed as the gesture in the end region of the touch panel, back processing is performed based on the gesture, and when the swipe or flick is performed as the gesture in a region different from the end region, the 8. The program according to any one of claims 1 to 7, wherein scroll processing is executed based on gestures. 前記情報処理装置は、ジェスチャモードとボタンモードとを選択的に実行可能であり、
前記情報処理装置が前記ボタンモードで動作している状態では、前記ジェスチャとして前記タッチパネルの端部領域においてスワイプ又はフリックされた場合であっても、前記ジェスチャに基づきスクロール処理が実行されることを特徴とする請求項1から8のいずれか1項に記載のプログラム。
The information processing device is capable of selectively executing a gesture mode and a button mode,
In a state where the information processing device is operating in the button mode, scroll processing is executed based on the gesture even if the gesture is swiped or flicked on an edge region of the touch panel. The program according to any one of claims 1 to 8, wherein:
前記タッチパネルの下部領域において前記ジェスチャとしてスワイプ又はフリックがされた場合、前記ジェスチャに基づきホーム画面を表示する処理が実行され、前記下部領域とは異なる領域において前記ジェスチャとしてスワイプ又はフリックがされた場合は、前記ジェスチャに基づきスクロール処理が実行されることを特徴とする請求項1から9のいずれか1項に記載のプログラム。 When the swipe or flick is performed as the gesture in the lower area of the touch panel, processing for displaying the home screen is executed based on the gesture, and when the swipe or flick is performed as the gesture in an area different from the lower area 10. The program according to any one of claims 1 to 9, wherein scroll processing is executed based on said gesture. 前記情報処理装置は、ジェスチャモードとボタンモードとを選択的に実行可能であり、
前記情報処理装置が前記ボタンモードで動作している状態では、前記ジェスチャとして前記タッチパネルの下部領域においてスワイプ又はフリックされた場合であっても、前記ジェスチャに基づきスクロール処理が実行されることを特徴とする請求項1から10のいずれか1項に記載のプログラム。
The information processing device is capable of selectively executing a gesture mode and a button mode,
In a state where the information processing device is operating in the button mode, scroll processing is executed based on the gesture even if the gesture is swiped or flicked in the lower region of the touch panel. 11. The program according to any one of claims 1 to 10.
ユーザによるジェスチャが所定のナビゲーションジェスチャに対応し、前記スクロール領域が設けられている画面において前記ジェスチャが受け付けられた場合、確認画面を表示させ、
前記確認画面において第1指示が行われた場合は、前記ジェスチャに応答して前記所定の処理は実行されず、前記確認画面において前記第1指示と異なる第2指示が行われた場合は、前記ジェスチャに応答して前記所定の処理が実行されることを特徴とする請求項1から11のいずれか1項に記載のプログラム。
displaying a confirmation screen when a user's gesture corresponds to a predetermined navigation gesture and the gesture is accepted on the screen on which the scroll area is provided;
When the first instruction is performed on the confirmation screen, the predetermined process is not executed in response to the gesture, and when the second instruction different from the first instruction is performed on the confirmation screen, the 12. The program according to any one of claims 1 to 11, wherein said predetermined processing is executed in response to a gesture.
ユーザによるジェスチャが所定のナビゲーションジェスチャに対応し、前記スクロール領域が設けられている画面において前記ジェスチャが受け付けられた場合、前記ジェスチャに基づく所定の処理は実行されず、前記所定の処理を指示可能なアイテムを表示させることを特徴とする請求項1から11のいずれか1項に記載のプログラム。 When a gesture by the user corresponds to a predetermined navigation gesture and the gesture is accepted on the screen provided with the scroll area, the predetermined processing based on the gesture is not executed, and the predetermined processing can be instructed. 12. The program according to any one of claims 1 to 11, characterized by displaying items. タッチパネルを備える情報処理装置であって、
前記タッチパネルの表示部に画面を表示させる表示制御手段と、
スクロール可能なスクロール領域が設けられているか判定する判定手段と、
ユーザによるジェスチャが所定のナビゲーションジェスチャに対応する場合、前記ジェスチャに応答して、前記所定のナビゲーションジェスチャに割り当てられている所定の処理を実行させる処理手段と、
を備え、
ユーザによるジェスチャが前記所定のナビゲーションジェスチャに対応し、前記スクロール領域が設けられている画面において前記ジェスチャが受け付けられた場合、前記ジェスチャに応答して、前記所定のナビゲーションジェスチャに割り当てられている前記所定の処理は実行されないことを特徴とする情報処理装置。
An information processing device comprising a touch panel,
Display control means for displaying a screen on the display unit of the touch panel;
determining means for determining whether a scrollable scroll area is provided;
processing means for, in response to said gesture, executing a predetermined process assigned to said predetermined navigation gesture, if the gesture by the user corresponds to said predetermined navigation gesture;
with
When a gesture by the user corresponds to the predetermined navigation gesture and the gesture is accepted on the screen provided with the scroll area, the predetermined navigation gesture assigned to the predetermined navigation gesture is responded to the gesture. is not executed.
JP2021089218A 2021-05-27 2021-05-27 Information processing apparatus and program Pending JP2022181960A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021089218A JP2022181960A (en) 2021-05-27 2021-05-27 Information processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021089218A JP2022181960A (en) 2021-05-27 2021-05-27 Information processing apparatus and program

Publications (1)

Publication Number Publication Date
JP2022181960A true JP2022181960A (en) 2022-12-08

Family

ID=84328307

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021089218A Pending JP2022181960A (en) 2021-05-27 2021-05-27 Information processing apparatus and program

Country Status (1)

Country Link
JP (1) JP2022181960A (en)

Similar Documents

Publication Publication Date Title
KR102188097B1 (en) Method for operating page and electronic device thereof
US8386950B2 (en) Methods, systems and computer program products for arranging a plurality of icons on a touch sensitive display
JP6053332B2 (en) Information processing apparatus, information processing apparatus control method, and program
US11057532B2 (en) Image processing apparatus, control method for image processing apparatus, and storage medium
EP3499354A1 (en) Navigating among activities in a computing device
JP2023160886A (en) Image processing apparatus, control method of image processing apparatus, and program
JP6102474B2 (en) Display device, input control method, and input control program
JP6758921B2 (en) Electronic devices and their control methods
JP6575081B2 (en) Display device, image processing device, and program
JP6840571B2 (en) Image processing device, control method of image processing device, and program
JP2015050755A (en) Information processing apparatus, control method and program
JP6181994B2 (en) INPUT DEVICE, IMAGE READING DEVICE, IMAGE FORMING DEVICE, INPUT METHOD, AND PROGRAM
JP2014086051A (en) Information processor, control method thereof, and program
KR20080073389A (en) Electronic device with touch screen and input data processing method thereof
JP2022181960A (en) Information processing apparatus and program
JP2014203202A (en) Information processing device, information processing device control method, and program
WO2018123701A1 (en) Electronic device, method for control thereof and program
JP6253861B1 (en) Touch gesture determination device, touch gesture determination method, touch gesture determination program, and touch panel input device
KR102323440B1 (en) Method for operating page and electronic device thereof
JP2015102946A (en) Information processing apparatus, control method of information processing apparatus, and program
US20230161608A1 (en) Information processing apparatus, control method, and storage medium
JP6210664B2 (en) Information processing apparatus, control method therefor, program, and storage medium
JP6661421B2 (en) Information processing apparatus, control method, and program
JP7030529B2 (en) Electronic devices, information processing methods, programs and storage media
JP2006039819A (en) Coordinate input device

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20231213