Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP4038870B2 - Pen input computer - Google Patents
[go: Go Back, main page]

JP4038870B2 - Pen input computer - Google Patents

Pen input computer Download PDF

Info

Publication number
JP4038870B2
JP4038870B2 JP7905998A JP7905998A JP4038870B2 JP 4038870 B2 JP4038870 B2 JP 4038870B2 JP 7905998 A JP7905998 A JP 7905998A JP 7905998 A JP7905998 A JP 7905998A JP 4038870 B2 JP4038870 B2 JP 4038870B2
Authority
JP
Japan
Prior art keywords
coordinate
input
pen
click operation
pen input
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.)
Expired - Fee Related
Application number
JP7905998A
Other languages
Japanese (ja)
Other versions
JPH11282624A (en
Inventor
英雄 西松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP7905998A priority Critical patent/JP4038870B2/en
Publication of JPH11282624A publication Critical patent/JPH11282624A/en
Application granted granted Critical
Publication of JP4038870B2 publication Critical patent/JP4038870B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Position Input By Displaying (AREA)

Description

【0001】
【発明の属する技術分野】
本発明はタッチパネルを操作するペン入力コンピュータに関する。
【0002】
【従来の技術】
従来、タッチパネルを操作するペン入力コンピュータにおいて、座標入力はペンを押すという単一の動作しか行えないために、マウスの左右クリック操作を切り替える場合は、ディスプレイ表示領域外にタッチパネルキーを設けて、使用者がその座標領域に対してペンを押すことでマウスのクリック操作切り替えをエミュレートするか、もしくは、あらかじめディスプレイ表示領域内に切り替えのためのアイコン画面を設けて、使用者がその座標領域に対してペンを押すことでクリック操作の切り替えをエミュレートしていた。どちらの場合もあらかじめ切り替え操作のための入力座標範囲がわかっているために、ペンが押されたときの入力座標を検出し比較することで、切り替えを行っていた。
【0003】
図4は、従来の座標検出方法による左右クリック操作の切り替えを行うペン入力コンピュータの概観図であり、図4(a)は、ディスプレイ表示領域外にタッチキーを設けたペン入力コンピュータであり、図4(b)は、ディスプレイ表示領域内に切り替え操作用のアイコン画面を設けたペン入力コンピュータである。
【0004】
図4(a)において、1はタッチパネル操作領域を、2はディスプレイ表示領域を、3は入力ペンを、4はタッチキー領域を、5は左クリック選択用タッチキーを、6は右クリック選択用タッチキーを示している。
【0005】
図4(b)において、1はタッチパネル操作領域を、2はディスプレイ表示領域を、3は入力ペンを、7は操作用アイコン領域を、8は左クリック選択用アイコンを、9は右クリック選択用アイコンを示している。
【0006】
図5は、従来のクリック操作切り替え手段である。
図5において、10は座標記憶手段を、11は座標比較手段を、12は判定手段を示している。
【0007】
図5を用いて従来例の説明を行う。
入力ペン3で右クリック選択用タッチキー6の領域を押すことで、入力座標が検出される。入力座標は座標記憶手段10に一旦格納され、座標比較手段11によってあらかじめ設定された右クリック選択用タッチキー5の座標領域データと入力座標が比較され、一致するかどうかを比較する。判定手段12は比較結果と入力座標から、右クリック選択用タッチキー5の入力であるかどうかを判定する。
【0008】
また、アイコンを用いた場合も同様の手順で入力座標の判定を行う。
図6は、従来の右クリック操作解除の手順のフローチャートである。
【0009】
図6において、15は右クリック設定を、16は入力座標検出を、17は入力座標有効判定を、18は左クリック操作選択判定を、19は入力指示実行を、20は右クリック操作解除を示している。
【0010】
図6を用いて従来の右クリック操作解除手順を説明する。
判定手段12によって、右マウス操作モードが設定される(ステップ15)。引き続いて座標の入力(ステップ16)があると、この入力座標が右マウス操作モード時に開かれたウィンドウ内の指示画面(図示しない)に押された座標であるかどうかを判定し、入力座標が無効であると判定された場合は、ステップ16に移動し次の座標入力を待ち、入力座標が有効であると判定された場合は、ステップ18へ移動する(ステップ17)。
【0011】
次に左クリック操作選択判定を行い(ステップ18)、選択されてないと判断した場合は、入力座標に基づいた指示内容(例えば、右クリック操作で開かれたウィンドウ内の指示された内容)を実行する(ステップ19)。左クリック操作が選択されたと判断された場合は、左クリック操作が設定されると同時に右クリック操作が解除される(ステップ20)。右クリック操作が解除されない限り、右クリック操作の設定は維持される。
【0012】
【発明が解決しようとする課題】
従来のペン入力コンピュータは、マウスのクリック操作を切り替えるときにいちいち特定領域にペンを移動させなければならず、またコマンドを実行した後、ペンの操作が右クリック操作を保持しているのか、左クリック操作を保持しているのかわからなくなる場合があり、特別な入力方法の伴わない簡単なクリック操作の切り替え方法が望まれていた。
【0013】
本発明は、使用者がペン入力位置を気にすることなく、また右クリック操作の解除をその都度行う必要がないことを目的とする。
【0014】
【課題を解決するための手段】
この課題を解決するために、本発明はペンを任意の位置でタッチした状態で一定時間内のタッチ回数を検知し判別することで、左右のクリック操作を切り替えられるように構成したものである。
【0015】
これにより、使用者は、ペンを特定領域に移動させることなく、任意の位置においてマウスクリックの操作を変更することができ、操作性の向上を図ることができる。
【0016】
また、右クリック操作の次の座標入力で右クリック操作を解除することで、使用者がクリック操作を戻す必要がないので、さらに操作性の向上を図ることができる。
【0017】
【発明の実施の形態】
本発明の請求項2に記載のペン入力コンピュータは、表示画面上の任意の座標位置において、同一座標のペン入力回数を変えることにより、マウスクリックの操作切り替えにおける、マウスの右クリック操作と左クリック操作との切り替えを行うペン入力コンピュータであって、同一座標における一定時間内のペンタッチ回数を検出し、操作モードの変更を実行する手段を備える構成としたものであり、座標記憶手段と、タイマー監視手段と、座標比較手段と、座標一致カウンタ手段と、判定手段を備え、一定時間に同一座標のタッチ入力検出が設定回数以上あった場合は、右クリック操作へ移行するという作用を有する。
【0018】
また、請求項2に記載のペン入力コンピュータは、請求項1に記載のペン入力コンピュータにおいて、右クリック操作での次のペン入力操作で左クリック操作に戻る制御手段を備えるように構成したペン入力コンピュータであって、右クリックの操作が終了後、次のペン入力操作で自動的に左クリックの操作に戻るという作用を有する。
【0019】
以下、本発明の実施の形態について、図1から図3を用いて説明する。
(実施の形態1)
図1は、本発明の実施の形態1および2に係るペン入力コンピュータの概観図を示し、図1において、1はタッチパネル操作領域、2はディスプレイ表示領域、3は入力ペンであり、入力ペン3を用いて、タッチパネル操作領域1の任意の位置をタッチ操作することで、座標の入力を行う。
【0020】
図2は、同実施の形態1におけるクリック操作切り替え手段を示す図であり、図2において、10は座標記憶手段、11は座標比較手段、12は判定手段、13はタイマー監視手段、14は座標一致カウンタを示す。10から14の各手段は、入力座標によるマウス操作の判定を行うものであり、ドライバソフトウェアで構成される。
【0021】
図2を用いて本発明の実施の形態1における動作について説明する。
入力ペン3でタッチパネル操作領域1を押すことで、入力座標が検出される。この入力座標(座標Aとする)は、座標記憶手段10に一時記憶される。引き続き入力された入力座標(座標Bとする)と座標記憶手段10に格納された座標Aを、座標比較手段11で比較する。同一座標と判定された場合、座標一致カウンタ14にカウントアップを指示し、座標一致カウンタ14によってタイマー監視手段13へタイム計測開始を指示する。タイマー監視手段13は計測を開始してから、あらかじめ設定しておいた時間以内に次の入力がない場合は、座標一致カウンタ14に座標一致カウント数の送出を促す。判定手段12は座標比較手段11の比較結果と、座標一致カウンタ14のカウント数から、ダブルクリック操作であると判定し、座標一致カウンタ14をクリアする。
【0022】
タイマー監視手段13が計測を開始してから設定時間内に入力があった場合は、座標比較手段11で入力座標(座標Cとする)と座標A、座標Bとの比較を行い、同一座標と判断した場合は、座標一致カウンタ14にカウントアップを指示し、座標一致カウンタ14はタイマー監視手段を停止する。判定手段12は座標比較手段11の比較結果と座標一致カウンタ14のカウント数から、同一座標の入力が例えば3回あったと判断し、右クリック操作であると判定し、座標一致カウンタ14をクリアする。
【0023】
以上説明したように、本実施の形態1によれば、使用者はペンの入力位置を変えずに同一座標で設定回数を入力すればマウスクリックの操作切替を行うことができ、操作性が向上するとともに、表示領域外にタッチキーを設ける必要もなく、また、アプリケーションプログラムによって、表示領域内にマウスクリック選択用のアイコンを表示させる必要がないために、安価なペン入力コンピュータを提供することができる。
【0024】
(実施の形態2)
図3は、本発明の実施の形態2に係る右クリック操作解除手順のフローチャートである。
【0025】
以下、図2及び図3を用いて右クリック操作解除動作について説明する。
判定手段12によって、右マウス操作モードが設定される(ステップ15)。引き続いて座標の入力を検出すると(ステップ16)、この入力座標が右マウス操作モード時に開かれたウィンドウ内の入力指示画面(図示しない)に押された座標であるかどうかを判定し、入力座標が無効であると判定された場合は、次の座標入力を待つためにステップ16へ移行し、入力座標が有効であると判定された場合はステップ19へ移行する(ステップ17)。入力座標が有効の場合、入力座標に基づいた指示内容(例えば、右クリック操作で開かれたウィンドウ内の指示された内容)を実行する(ステップ19)。このとき、右クリック操作が解除される(ステップ20)。
【0026】
以上説明したように、本実施の形態2によれば、使用者は、現在のマウスクリックの操作設定を気にする必要がなく、またその都度右マウスクリック選択の解除を行う必要がないので快適な操作性を提供できる。
【0027】
【発明の効果】
以上のように本発明によれば、マウスカーソルの左右クリック操作を切り替えたいときに、使用者はペン位置を移動させる必要なく、切り替えを行うことができる。また、今右操作か左操作か気にする必要なく、右操作する場合のみ、ペンタッチの方法を変えればよいので、その都度左クリック操作に戻す必要がないという有利な効果が得られる。また、ソフトウェアプログラムに関しては、アプリケーションソフトウェアプログラムの違いに関係なく、ドライバーソフトウェアプログラムの変更のみで済むために、工数が少なくて済む作用を持つ。
【図面の簡単な説明】
【図1】本発明の実施の形態1および2に係るペン入力コンピュータの概観図
【図2】本発明の実施の形態1および2に係るペン入力コンピュータのクリック操作切り替え手段の構成図
【図3】本発明の実施の形態2に係るペン入力コンピュータの右クリック操作解除手順のフローチャート
【図4】従来のペン入力コンピュータの概観図
【図5】従来のペン入力コンピュータのクリック操作切り替え手段の構成図
【図6】従来のペン入力コンピュータの右クリック操作解除手順のフローチャート
【符号の説明】
1 タッチパネル操作領域
2 ディスプレイ表示領域
3 入力ペン
10 座標記憶手段
11 座標比較手段
12 判定手段
13 タイマー監視手段
14 座標一致カウンタ
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a pen input computer that operates a touch panel.
[0002]
[Prior art]
Conventionally, in a pen input computer that operates a touch panel, coordinate input can only be performed by a single operation of pressing the pen. Therefore, when switching left and right mouse click operations, a touch panel key is provided outside the display area. The user can emulate mouse click operation switching by pressing the pen on the coordinate area, or provide an icon screen for switching in the display area in advance, and the user can And emulating the switching of click operations by pressing the pen. In both cases, since the input coordinate range for the switching operation is known in advance, switching is performed by detecting and comparing the input coordinates when the pen is pressed.
[0003]
FIG. 4 is an overview diagram of a pen input computer that performs a left-right click operation switching by a conventional coordinate detection method, and FIG. 4A is a pen input computer provided with touch keys outside the display display area. 4 (b) is a pen input computer provided with an icon screen for switching operation in the display display area.
[0004]
In FIG. 4A, 1 is a touch panel operation area, 2 is a display display area, 3 is an input pen, 4 is a touch key area, 5 is a touch key for left click selection, and 6 is for right click selection. Shows touch keys.
[0005]
In FIG. 4B, 1 is a touch panel operation area, 2 is a display display area, 3 is an input pen, 7 is an operation icon area, 8 is a left click selection icon, and 9 is a right click selection area. Indicates an icon.
[0006]
FIG. 5 shows conventional click operation switching means.
In FIG. 5, 10 is a coordinate storage means, 11 is a coordinate comparison means, and 12 is a determination means.
[0007]
A conventional example will be described with reference to FIG.
By pressing the area of the right click selection touch key 6 with the input pen 3, the input coordinates are detected. The input coordinates are temporarily stored in the coordinate storage means 10, and the coordinate area data of the right click selection touch key 5 set in advance by the coordinate comparison means 11 is compared with the input coordinates to compare whether or not they match. The determination means 12 determines whether or not the input is the right click selection touch key 5 from the comparison result and the input coordinates.
[0008]
Also, when the icon is used, the input coordinates are determined in the same procedure.
FIG. 6 is a flowchart of a conventional procedure for releasing the right click operation.
[0009]
In FIG. 6, 15 indicates right click setting, 16 indicates input coordinate detection, 17 indicates input coordinate validity determination, 18 indicates left click operation selection determination, 19 indicates input instruction execution, and 20 indicates right click operation cancellation. ing.
[0010]
A conventional right-click operation cancellation procedure will be described with reference to FIG.
The right mouse operation mode is set by the determination means 12 (step 15). Subsequently, when there is a coordinate input (step 16), it is determined whether or not the input coordinate is a coordinate pressed on an instruction screen (not shown) in a window opened in the right mouse operation mode. If it is determined to be invalid, the process moves to step 16 to wait for the next coordinate input, and if it is determined that the input coordinate is valid, the process moves to step 18 (step 17).
[0011]
Next, the left click operation selection determination is performed (step 18), and if it is determined that it is not selected, the instruction content based on the input coordinates (for example, the instructed content in the window opened by the right click operation) is displayed. Execute (step 19). If it is determined that the left click operation has been selected, the left click operation is set and the right click operation is canceled at the same time (step 20). As long as the right click operation is not canceled, the setting of the right click operation is maintained.
[0012]
[Problems to be solved by the invention]
In a conventional pen input computer, when switching the mouse click operation, the pen must be moved to a specific area each time, and after executing the command, whether the pen operation holds the right click operation or left There is a case where it is not known whether the click operation is held, and a simple click operation switching method without a special input method is desired.
[0013]
An object of the present invention is to make it unnecessary for the user to worry about the pen input position and to cancel the right-click operation each time.
[0014]
[Means for Solving the Problems]
In order to solve this problem, the present invention is configured such that the left and right click operations can be switched by detecting and discriminating the number of touches within a predetermined time while the pen is touched at an arbitrary position.
[0015]
Accordingly, the user can change the mouse click operation at an arbitrary position without moving the pen to the specific area, and can improve the operability.
[0016]
Further, by releasing the right click operation at the next coordinate input after the right click operation, it is not necessary for the user to return the click operation, so that the operability can be further improved.
[0017]
DETAILED DESCRIPTION OF THE INVENTION
According to a second aspect of the present invention, the pen input computer changes the number of pen inputs of the same coordinate at any coordinate position on the display screen, thereby switching the mouse right click operation and the left click. A pen input computer for switching between operations, comprising a means for detecting the number of pen touches within a predetermined time at the same coordinate and executing a change in operation mode, a coordinate storage means, a timer monitoring Means, a coordinate comparison means, a coordinate coincidence counter means, and a determination means, and has an effect of shifting to a right click operation when touch input detection of the same coordinate has been performed a predetermined number of times or more in a certain time.
[0018]
Further, the pen input computer according to claim 2 is a pen input computer according to claim 1, wherein the pen input computer comprises control means for returning to the left click operation by the next pen input operation by the right click operation. The computer has an effect of automatically returning to the left click operation by the next pen input operation after the right click operation is completed.
[0019]
Hereinafter, embodiments of the present invention will be described with reference to FIGS. 1 to 3.
(Embodiment 1)
FIG. 1 shows an overview of a pen input computer according to Embodiments 1 and 2 of the present invention. In FIG. 1, 1 is a touch panel operation area, 2 is a display display area, 3 is an input pen, and an input pen 3 Is used to input coordinates by touching an arbitrary position in the touch panel operation area 1.
[0020]
FIG. 2 is a diagram showing the click operation switching means in the first embodiment. In FIG. 2, 10 is a coordinate storage means, 11 is a coordinate comparison means, 12 is a determination means, 13 is a timer monitoring means, and 14 is a coordinate. Indicates a match counter. Each means 10 to 14 determines a mouse operation based on input coordinates, and is configured by driver software.
[0021]
The operation in the first embodiment of the present invention will be described with reference to FIG.
By pressing the touch panel operation area 1 with the input pen 3, the input coordinates are detected. The input coordinates (coordinate A) are temporarily stored in the coordinate storage means 10. The coordinate comparison means 11 compares the input coordinates (referred to as coordinate B) that have been continuously input with the coordinates A stored in the coordinate storage means 10. When it is determined that the coordinates are the same, the coordinate coincidence counter 14 is instructed to count up, and the coordinate coincidence counter 14 instructs the timer monitoring means 13 to start time measurement. The timer monitoring means 13 prompts the coordinate coincidence counter 14 to send the coordinate coincidence count if there is no next input within a preset time after the start of measurement. The determination unit 12 determines that the operation is a double-click operation from the comparison result of the coordinate comparison unit 11 and the count number of the coordinate match counter 14, and clears the coordinate match counter 14.
[0022]
When there is an input within the set time after the timer monitoring means 13 starts measurement, the coordinate comparison means 11 compares the input coordinates (coordinate C) with the coordinates A and B, and the same coordinates If it is determined, the coordinate coincidence counter 14 is instructed to count up, and the coordinate coincidence counter 14 stops the timer monitoring means. The determination unit 12 determines from the comparison result of the coordinate comparison unit 11 and the count number of the coordinate match counter 14 that the same coordinate has been input, for example, three times, determines that it is a right click operation, and clears the coordinate match counter 14. .
[0023]
As described above, according to the first embodiment, if the user inputs the set number of times with the same coordinates without changing the input position of the pen, the mouse click operation can be switched and the operability is improved. In addition, since it is not necessary to provide a touch key outside the display area, and it is not necessary to display an icon for mouse click selection in the display area by an application program, an inexpensive pen input computer can be provided. it can.
[0024]
(Embodiment 2)
FIG. 3 is a flowchart of the right-click operation release procedure according to Embodiment 2 of the present invention.
[0025]
Hereinafter, the right click operation canceling operation will be described with reference to FIGS. 2 and 3.
The right mouse operation mode is set by the determination means 12 (step 15). Subsequently, when coordinate input is detected (step 16), it is determined whether or not the input coordinate is a coordinate pressed on an input instruction screen (not shown) in a window opened in the right mouse operation mode. If it is determined that the input coordinate is invalid, the process proceeds to step 16 to wait for the next coordinate input, and if it is determined that the input coordinate is valid, the process proceeds to step 19 (step 17). If the input coordinates are valid, the instruction contents based on the input coordinates (for example, the instruction contents in the window opened by the right click operation) are executed (step 19). At this time, the right click operation is released (step 20).
[0026]
As described above, according to the second embodiment, the user does not need to worry about the current mouse click operation setting, and does not need to cancel the right mouse click selection each time. Operability can be provided.
[0027]
【The invention's effect】
As described above, according to the present invention, when the left / right click operation of the mouse cursor is to be switched, the user can perform the switching without having to move the pen position. In addition, there is no need to worry about right operation or left operation now, and only when the right operation is performed, the pen touch method may be changed, so that there is an advantageous effect that it is not necessary to return to the left click operation each time. In addition, regarding the software program, since only the change of the driver software program is required regardless of the difference of the application software program, the man-hour can be reduced.
[Brief description of the drawings]
FIG. 1 is an overview diagram of a pen input computer according to Embodiments 1 and 2 of the present invention. FIG. 2 is a configuration diagram of a click operation switching unit of the pen input computer according to Embodiments 1 and 2. FIG. 4 is a flowchart of a procedure for canceling a right click operation of a pen input computer according to a second embodiment of the present invention. FIG. 4 is a schematic diagram of a conventional pen input computer. FIG. 6 is a flowchart of a procedure for canceling a right click operation of a conventional pen input computer.
DESCRIPTION OF SYMBOLS 1 Touch panel operation area 2 Display display area 3 Input pen 10 Coordinate storage means 11 Coordinate comparison means 12 Determination means 13 Timer monitoring means 14 Coordinate coincidence counter

Claims (2)

タッチパネルを操作するペン入力コンピュータであって、
表示画面上の任意の座標位置において、同一座標のペン入力回数を変えることにより、マウスクリックの操作切り替えにおける、マウスの右クリック操作と左クリック操作との切り替えを行うペン入力コンピュータ。
A pen input computer for operating a touch panel,
A pen input computer that switches between a right click operation and a left click operation of a mouse in a mouse click operation switching by changing the number of pen inputs at the same coordinates at an arbitrary coordinate position on a display screen.
右クリック操作での次のペン入力操作で左クリック操作に戻る制御手段を備える、請求項1に記載のペン入力コンピュータ。The pen input computer according to claim 1, comprising control means for returning to the left click operation by the next pen input operation by the right click operation.
JP7905998A 1998-03-26 1998-03-26 Pen input computer Expired - Fee Related JP4038870B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7905998A JP4038870B2 (en) 1998-03-26 1998-03-26 Pen input computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7905998A JP4038870B2 (en) 1998-03-26 1998-03-26 Pen input computer

Publications (2)

Publication Number Publication Date
JPH11282624A JPH11282624A (en) 1999-10-15
JP4038870B2 true JP4038870B2 (en) 2008-01-30

Family

ID=13679331

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7905998A Expired - Fee Related JP4038870B2 (en) 1998-03-26 1998-03-26 Pen input computer

Country Status (1)

Country Link
JP (1) JP4038870B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6459545B2 (en) * 2015-01-21 2019-01-30 株式会社リコー Image processing apparatus, image processing system, and image processing method

Also Published As

Publication number Publication date
JPH11282624A (en) 1999-10-15

Similar Documents

Publication Publication Date Title
EP3244296B1 (en) Touch event model
JP5957834B2 (en) Portable information terminal, touch operation control method, and program
JP2001142634A (en) Track pad pointing device having specialized function area
EP3477457B1 (en) Touchpad-based rapid information input and interaction method and input and interaction system
WO2013017039A1 (en) Method and device for switching input interface
US6018336A (en) Computer system having digitizing tablet
WO2011152335A1 (en) Electronic device using touch panel input and method for receiving operation thereby
US20040104895A1 (en) Information processing unit, control method for information processing unit for performing operation according to user input operation, and computer program
JP4038870B2 (en) Pen input computer
US20150143295A1 (en) Method, apparatus, and computer-readable recording medium for displaying and executing functions of portable device
JP2001108475A (en) Vehicle navigation system
JPH11126135A (en) Input device
JP2003345511A (en) Image recording and playback device with touch panel
CN101192122B (en) Touch pad function expansion system and method of electronic device and electronic device
TWI316679B (en)
JP2003140791A (en) Information processing apparatus and information processing apparatus control method
JPH09258899A (en) Touch panel controller
JP2000112657A (en) Circuit for preventing erroneous operation of pointing device
JPH0922330A (en) Touch panel input method
JPH0659802A (en) Device for controlling pen input
JP2637440B2 (en) Cursor control method
JPH07141140A (en) Multi-window computer system
JPH0399312A (en) information processing equipment
JPH0476724A (en) information processing equipment
JP2609492B2 (en) Screen display device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050310

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050413

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050627

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070906

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070911

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070921

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20071016

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071029

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101116

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101116

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111116

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121116

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131116

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131116

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141116

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees