JPH0630044B2 - Coordinate input device - Google Patents
Coordinate input deviceInfo
- Publication number
- JPH0630044B2 JPH0630044B2 JP59151624A JP15162484A JPH0630044B2 JP H0630044 B2 JPH0630044 B2 JP H0630044B2 JP 59151624 A JP59151624 A JP 59151624A JP 15162484 A JP15162484 A JP 15162484A JP H0630044 B2 JPH0630044 B2 JP H0630044B2
- Authority
- JP
- Japan
- Prior art keywords
- interrupt signal
- switch
- coordinate
- turned
- pen
- 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 - Lifetime
Links
- 230000007274 generation of a signal involved in cell-cell signaling Effects 0.000 claims description 4
- 238000001514 detection method Methods 0.000 description 8
- 238000012545 processing Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 238000000034 method Methods 0.000 description 4
- PCTMTFRHKVHKIS-BMFZQQSSSA-N (1s,3r,4e,6e,8e,10e,12e,14e,16e,18s,19r,20r,21s,25r,27r,30r,31r,33s,35r,37s,38r)-3-[(2r,3s,4s,5s,6r)-4-amino-3,5-dihydroxy-6-methyloxan-2-yl]oxy-19,25,27,30,31,33,35,37-octahydroxy-18,20,21-trimethyl-23-oxo-22,39-dioxabicyclo[33.3.1]nonatriaconta-4,6,8,10 Chemical compound C1C=C2C[C@@H](OS(O)(=O)=O)CC[C@]2(C)[C@@H]2[C@@H]1[C@@H]1CC[C@H]([C@H](C)CCCC(C)C)[C@@]1(C)CC2.O[C@H]1[C@@H](N)[C@H](O)[C@@H](C)O[C@H]1O[C@H]1/C=C/C=C/C=C/C=C/C=C/C=C/C=C/[C@H](C)[C@@H](O)[C@@H](C)[C@H](C)OC(=O)C[C@H](O)C[C@H](O)CC[C@@H](O)[C@H](O)C[C@H](O)C[C@](O)(C[C@H](O)[C@H]2C(O)=O)O[C@H]2C1 PCTMTFRHKVHKIS-BMFZQQSSSA-N 0.000 description 1
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 238000003780 insertion Methods 0.000 description 1
- 230000037431 insertion Effects 0.000 description 1
Description
【発明の詳細な説明】 産業上の利用分野 本発明はタブレットを使用したメニュー方式による処理
の制御盤及びプログラムの入力装置として使用できる座
標入力装置に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a coordinate input device which can be used as a control panel for menu-based processing using a tablet and a program input device.
従来例の構成とその問題点 近年、パーソナルコンピュータや文書作成装置などの入
力装置として座標入力装置が多く利用されるようになっ
てきている。Configuration of Conventional Example and Problems Thereof In recent years, a coordinate input device has been widely used as an input device such as a personal computer and a document creation device.
以下図面を参照しながら従来の座標入力装置について説
明する。第1図は従来の座標入力装置の構成図であり、
1はペン、2はペンの座標位置を入力するタブレット
面、3はペン先がタブレット面に接触することによって
オンになるスイッチ、4はペンの座標位置を検出する座
標検出装置、5はスイッチのオフからオンで割込み信号
を発生する割込み信号発生装置、6は検出座標値及び割
込み信号を転送する入出力部、7は転送されてきた座標
値を処理するCPUである。A conventional coordinate input device will be described below with reference to the drawings. FIG. 1 is a block diagram of a conventional coordinate input device,
1 is a pen, 2 is a tablet surface for inputting the coordinate position of the pen, 3 is a switch that is turned on when the tip of the pen touches the tablet surface, 4 is a coordinate detection device that detects the coordinate position of the pen, and 5 is a switch. An interrupt signal generator that generates an interrupt signal from off to on, 6 is an input / output unit that transfers the detected coordinate value and the interrupt signal, and 7 is a CPU that processes the transferred coordinate value.
以上のように構成された座標入力装置についてその動作
を以下に説明する。The operation of the coordinate input device configured as described above will be described below.
まずタブレット面上のペンの座標位置を座標検出装置で
検出する。そしてスイッチがオフからオンになった時、
割込み信号発生装置はCPUに対して処理を要求するた
めの割込み信号を発生する。CPUは割込み信号がある
と検出座標に対して特定の動作を行う。First, the coordinate detection device detects the coordinate position of the pen on the tablet surface. And when the switch goes from off to on,
The interrupt signal generator generates an interrupt signal for requesting processing to the CPU. When the CPU receives the interrupt signal, it performs a specific operation on the detected coordinates.
ここでタブレットメニュー方式について説明する。タブ
レット面の一部あるいは全面にわたり、領域を分割して
その領域に対して特定のCPUへの動作指示を割りあて
ることをタブレットメニュー方式と呼ぶ、丁度キーボー
ドの代りの機能を付与するようにしたものである。この
タブレットメニュー方式における従来の座標入力装置の
動作を説明する。ペンを任意のメニュー領域内にもって
いくと、ペンの座標位置を座標検出装置が検出する。そ
してペンがオフからオンになった時、割込み信号発生装
置はCPUに対して処理を要求するための割込み信号を
発生する。CPUは割込み信号があると検出座標が含ま
れるメニュー領域に対応する特定の動作を行う。Here, the tablet menu method will be described. It is called a tablet menu method that divides an area into a part or the whole of the tablet surface and assigns an operation instruction to a specific CPU to that area, and it is provided with a function instead of a keyboard. Is. The operation of the conventional coordinate input device in the tablet menu system will be described. When the pen is brought into an arbitrary menu area, the coordinate detecting device detects the coordinate position of the pen. Then, when the pen is turned from off to on, the interrupt signal generator generates an interrupt signal for requesting processing to the CPU. When the CPU receives the interrupt signal, it performs a specific operation corresponding to the menu area including the detected coordinates.
しかしながら、上記のような構成においては、割込み信
号をメニューの選択信号として使用する場合に同じメニ
ューを連続して選択するためには、ペンのスイッチはオ
ン、オフを繰り返えさなければならなくなり、プログラ
ムなど文字記号の入力装置としては非常に使用しにくい
という問題点を有していた。However, in the above-mentioned configuration, when the interrupt signal is used as the selection signal of the menu, in order to continuously select the same menu, the switch of the pen has to be turned on and off repeatedly, It has a problem that it is very difficult to use as an input device for characters and symbols such as programs.
発明の目的 本発明の目的は上記従来の問題点を解消するもので、メ
ニューの単一選択及び連続選択が容易にでき、パーソナ
ルコンピュータや文書作成装置などのタブレットメニュ
ー方式の制御盤、プログラムの入力装置として使用でき
る座標入力装置を提供することである。OBJECT OF THE INVENTION The object of the present invention is to solve the above-mentioned problems of the prior art. It is possible to easily perform single or continuous selection of menus, and to enter a tablet menu type control panel such as a personal computer or a document creation device, and a program input. It is to provide a coordinate input device that can be used as a device.
発明の構成 本発明の座標入力装置はペンの座標位置を入力するタブ
レット面とペン先のタブレット面への接触によってオン
になるスイッチとを備えた座標検出装置と、前記座標検
出装置が検出した座標値とスイッチの状態に基き割込み
信号の発生を判定するオートリピート判定装置と、前記
オートリピート判定装置の判定に基き割込み信号を発生
する割込み信号発生装置とを具備しており、前記オート
リピート判定装置は前記スイッチがオフからオンの状態
になってから一定時間経過しないでオフになる場合は座
標位置を1点のみ読み取るよう前記割込み信号発生装置
へ指示し、前記スイッチがオフからオンの状態になって
から一定時間経過してもなおオンの場合は前記スイッチ
がオフの状態になるまで前記座標位置を連続して読みと
るよう前記割込み信号発生装置へ指示することにより前
記割込み信号を発生させ、タブレットメニューの単一選
択及び連続選択を区別するものである。The coordinate input device of the present invention includes a coordinate detection device including a tablet surface for inputting a coordinate position of a pen and a switch that is turned on by contact with the tablet surface of a pen tip, and coordinates detected by the coordinate detection device. An auto-repeat determination device that determines the generation of an interrupt signal based on a value and a switch state, and an interrupt signal generation device that generates an interrupt signal based on the determination of the auto-repeat determination device, the auto-repeat determination device Instructs the interrupt signal generator to read only one coordinate position if the switch is turned off within a certain time after the switch is turned on, and the switch is turned on. If the switch is still turned on after a certain time has elapsed, the coordinate position should be continuously read until the switch is turned off. The interrupt signal is generated by instructing the interrupt signal generator to distinguish single selection and continuous selection of the tablet menu.
実施例の説明 以下本発明の実施例について、図面を参照しながら説明
する。Description of Embodiments Embodiments of the present invention will be described below with reference to the drawings.
第2図は本発明の一実施例における座標入力装置の構成
図を示すものである。第2図において、11はペン、1
2はペンによって座標位置を入力するタブレット面、1
3はペン先とタブレット面の接触によってオンになるス
イッチ、14はペンのタブレット面上の座標位置を検出
する座標検出装置、15は検出座標値とスイッチの状態
に基き割込み信号の発生を判定するオートリピート判定
装置、16はオートリピート判定装置の判定に基き割込
み信号を発生する割込み信号発生装置、17は検出した
座標値及び割込み信号を転送する入出力部、18は転送
されてきた座標値を割込み信号によって処理するCPU
である。FIG. 2 is a block diagram of the coordinate input device in the embodiment of the present invention. In FIG. 2, 11 is a pen, 1
2 is a tablet surface for inputting coordinate positions with a pen, 1
3 is a switch that is turned on by the contact between the pen tip and the tablet surface, 14 is a coordinate detecting device that detects the coordinate position of the pen on the tablet surface, and 15 is the generation of an interrupt signal based on the detected coordinate value and the state of the switch. An automatic repeat determination device, 16 is an interrupt signal generator that generates an interrupt signal based on the determination of the automatic repeat determination device, 17 is an input / output unit that transfers the detected coordinate value and the interrupt signal, and 18 is the transferred coordinate value. CPU processing by interrupt signal
Is.
第3図は本発明の実施例におけるタブレット面上のタブ
レットメニューを示すものである。第3図において、2
1はABCD…の領域、22はあいうえお…の領域、2
3は1文字挿入の領域、24は後退の領域、25は1文
字削除の領域、26は取消の領域、27は入力の領域で
ある。FIG. 3 shows a tablet menu on the tablet surface in the embodiment of the present invention. In FIG. 3, 2
1 is the ABCD area, 22 is the AIUEO area, 2
3 is an area for inserting one character, 24 is an area for moving backward, 25 is an area for deleting one character, 26 is an area for canceling, and 27 is an area for inputting.
第4図a,bはそれぞれ本発明の実施例におけるスイッ
チの状態と割込み信号のタイミングを示したものであ
る。FIGS. 4a and 4b respectively show the state of the switch and the timing of the interrupt signal in the embodiment of the present invention.
以上のように構成された本実施例の座標入力装置につい
て以下その動作を説明する。The operation of the coordinate input device of the present embodiment configured as described above will be described below.
まずペン11をタブレット面に接触させてスイッチ13
をオンにすると、ペン11の座標位置を座標検出装置1
4が検出して、割込み信号発生装置16が割込み信号を
1つ発生する。そのままスイッチ13がオンになった状
態が続くと、最初の割込み信号発生から約1秒後に次の
割込み信号を発生する。それからペンがタブレット面か
ら離れてスイッチ13がオフになるまで約0.1秒間隔で
割込み信号を発生する。スイッチ13がオンになってか
ら最初の1秒以内にスイッチ13をオフにすると最初の
1回の割込み信号だけしか発生しない。このようにスイ
ッチ13の状態をオートリピート判定装置で判定するこ
とによって、単一の割込み信号や連続した割込み信号を
発生することができる。CPU18はこの割込み信号が
あるたびに、その時の検出座標値に対する処理を行う。First, the pen 11 is brought into contact with the tablet surface and the switch 13
When is turned on, the coordinate position of the pen 11 is changed to the coordinate detection device 1
4 and the interrupt signal generator 16 generates one interrupt signal. If the switch 13 remains turned on as it is, the next interrupt signal is generated about 1 second after the first interrupt signal is generated. Then, an interrupt signal is generated at intervals of about 0.1 seconds until the pen leaves the tablet surface and the switch 13 is turned off. If the switch 13 is turned off within the first 1 second after the switch 13 is turned on, only the first interrupt signal is generated. By thus determining the state of the switch 13 with the auto-repeat determination device, a single interrupt signal or a continuous interrupt signal can be generated. Each time the CPU 18 receives this interrupt signal, it processes the detected coordinate value at that time.
具体的に第3図に示すタブレットメニューを用いて本実
施例における座標入力装置を文書作成装置に接続したと
きの動作を説明する。The operation when the coordinate input device according to the present embodiment is connected to the document creation device will be specifically described using the tablet menu shown in FIG.
例えば文書作成時に文字列を入力しようとするときに
は、第3図に示すタブレットメニュー内の21のABC
D…の領域、22のあいうえお…の領域までペン11を
移動させこのペン11を押してスイッチ13をオフから
オンにすることによって、割込み信号を1つ発生させ
る。この割込み信号によってCPU18にその時の検出
座標を文字コードに変換させることによって文字を入力
する。ここでペン11を1秒以内に離してスイッチをオ
フにすると1文字だけしか入力されず、ペンを押したま
までスイッチ13をオンの状態にしておくと、スイッチ
13がオフになるまで約0.1秒間隔で割込み信号が発生
し、CPU18はその割込み信号があると、その時の検
出座標を文字コードに変換するので、同じ文字を連続入
力することができる。For example, when trying to input a character string when creating a document, 21 ABC in the tablet menu shown in FIG.
One interrupt signal is generated by moving the pen 11 to the area of D ..., the area of 22 and the area of 22 and pressing the pen 11 to turn on the switch 13. This interrupt signal causes the CPU 18 to convert the detected coordinates at that time into a character code to input a character. If the pen 11 is released within 1 second and the switch is turned off, only one character is input. If the switch 13 is turned on while the pen is being pressed, it takes about 0.1 seconds until the switch 13 is turned off. When an interrupt signal is generated at intervals, and the CPU 18 receives the interrupt signal, the detected coordinates at that time are converted into a character code, so that the same character can be continuously input.
また文書作成時にたびたび行なわれる1文字挿入、後
退、1文字削除、取消などのコマンドの入力も第3図に
示すタブレットメニュー内の23の1文字挿入、24の
後退、25の1文字削除、26の取消、27の入力のそ
れぞれの領域までペン11をもっていき、このペン11
を押してスイッチ13をオフからオンにすることによっ
て割込み信号を1つ発生させる。この割込み信号によっ
てCPU18にその時の検出座標をコマンドコードに変
換させることによってコマンドを入力する。例えば25
の1文字削除の領域をペンで押して入力した場合、ペン
を1秒以内に離すと1文字削除だけを行い、ペンを押し
たままでスイッチをオンの状態にしておくと、スイッチ
13がオフになるまで0.1秒間隔で割込み信号が発生
し、CPU18はその割込み信号があるたびに、1文字
削除を行うので、複数文字削除を行うことができる。そ
の他のメニューに対しても同様の動作を行なう。Inputting commands such as 1 character insertion, backward movement, 1 character deletion, and cancellation, which are often performed at the time of document creation, also inserts 1 character of 23 in the tablet menu shown in FIG. 3, retracts 24, deletes 1 character of 25, 26 Take the pen 11 to the areas for canceling the
One interrupt signal is generated by pressing to turn the switch 13 from off to on. A command is input by causing the CPU 18 to convert the detected coordinates at that time into a command code by this interrupt signal. For example 25
If you press the pen in the area for deleting one character of, and then release the pen within 1 second, only one character will be deleted. If you keep the switch on with the pen still pressed, switch 13 turns off. An interrupt signal is generated at intervals of 0.1 seconds, and the CPU 18 deletes one character each time the interrupt signal is received, so that multiple characters can be deleted. Similar operations are performed for other menus.
以上のように本実施例によればオートリピート判定装置
15の判定によって割込み信号の発生を制御することに
より、メニューの単一選択及び連続選択が容易にできる
座標入力装置14を実現している。As described above, according to the present embodiment, by controlling the generation of the interrupt signal by the determination of the auto repeat determination device 15, the coordinate input device 14 capable of easily performing the single selection and the continuous selection of the menu is realized.
発明の効果 以上の説明から明らかなように、本発明はペンの座標位
置を入力するタブレット面とペン先のタブレット面への
接触によってオンになるスイッチとを備えた座標検出装
置と、前記座標検出装置が検出した座標値とスイッチの
状態に基き割込み信号の発生を判定するオートリピート
判定装置と、前記オートリピート判定装置の判定に基き
割込み信号を発生する割込み信号発生装置とを具備して
おり、前記オートリピート判定装置は前記スイッチがオ
フからオンの状態になってから一定時間経過しないでオ
フになる場合は座標位置を1点のみ読み取るよう前記割
込み信号発生装置へ指示し、前記スイッチがオフからオ
ンの状態になってから一定時間経過してもなおオンの場
合は前記スイッチがオフの状態になるまで前記座標位置
を連続して読みとるよう前記割込み信号発生装置へ指示
することにより前記割込み信号を発生させるように構成
しているので、メニューの単一選択及び連続選択が容易
にできるという優れた効果が得られる。その効果により
操作性を大幅に改善でき、誰でも容易にタブレットメニ
ュー方式による処理の制御盤及びプログラムの入力装置
として使用できるという効果が得れる。EFFECTS OF THE INVENTION As is apparent from the above description, the present invention provides a coordinate detection device including a tablet surface for inputting a coordinate position of a pen and a switch that is turned on when the pen tip touches the tablet surface, and the coordinate detection device. An automatic repeat determination device that determines the generation of an interrupt signal based on the coordinate value and the switch state detected by the device, and an interrupt signal generation device that generates an interrupt signal based on the determination of the automatic repeat determination device, The auto repeat determination device instructs the interrupt signal generation device to read only one coordinate position when the switch is turned off from the off to on state within a certain time after the switch is turned on. If it is still on after a certain period of time has passed since it was turned on, the coordinate position will continue until the switch is turned off. Since the interrupt signal is generated by instructing the interrupt signal generating device to read it, it is possible to obtain an excellent effect that single selection and continuous selection of the menu can be easily performed. Due to the effect, the operability can be greatly improved, and anyone can easily use the tablet menu system as a processing control panel and a program input device.
第1図は従来の座標入力装置のブロック図、第2図は本
発明の一実施例による座標入力装置のブロック図、第3
図はタブレットメニューの平面図、第4図は本実施例の
スイッチの状態と割込み信号の関係を示すタイミングチ
ャートである。 11…ペン、12…タブレット面、13…スイッチ、1
4…座標検出装置、15…オートリピート判定装置、1
6…割込み信号発生装置。FIG. 1 is a block diagram of a conventional coordinate input device, FIG. 2 is a block diagram of a coordinate input device according to an embodiment of the present invention, and FIG.
FIG. 4 is a plan view of the tablet menu, and FIG. 4 is a timing chart showing the relationship between the switch states and interrupt signals of this embodiment. 11 ... Pen, 12 ... Tablet surface, 13 ... Switch, 1
4 ... Coordinate detection device, 15 ... Auto repeat determination device, 1
6 ... Interrupt signal generator.
Claims (1)
と、ペン先のタブレット面への接触によってオンになる
スイッチとを備えた座標検出装置と、前記座標検出装置
が検出した座標値とスイッチの状態に基き割込み信号の
発生を判定するオートリピート判定装置と、前記オート
リピート判定装置の判定に基き割込み信号を発生する割
込み信号発生装置とを具備し、 前記オートリピート判定装置は前記スイッチがオフから
オンの状態になってから一定時間経過しないでオフにな
る場合は座標位置を1点のみ読み取るよう前記割込み信
号発生装置へ指示し、前記スイッチがオフからオンの状
態になってから一定時間経過してもなおオンの場合は前
記スイッチがオフの状態になるまで前記座標位置を連続
して読みとるよう前記割込み信号発生装置へ指示するこ
とにより前記割込み信号を発生させ、タブレットメニュ
ーの単一選択及び連続選択を区別することを特徴とする
座標入力装置。1. A coordinate detecting device comprising a tablet surface for inputting a coordinate position of a pen, a switch which is turned on by contact with the tablet surface of a pen tip, a coordinate value detected by the coordinate detecting device and a switch. An auto-repeat determination device that determines the generation of an interrupt signal based on a state, and an interrupt signal generation device that generates an interrupt signal based on the determination of the auto-repeat determination device, the auto-repeat determination device from the switch is off If it turns off within a certain period of time after being turned on, the interrupt signal generator is instructed to read only one coordinate position, and a certain period of time elapses after the switch is turned on. Even if it is still on, the interrupt signal generator is instructed to continuously read the coordinate position until the switch is turned off. A coordinate input device characterized in that the interrupt signal is generated by giving an instruction to distinguish between single selection and continuous selection of a tablet menu.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP59151624A JPH0630044B2 (en) | 1984-07-20 | 1984-07-20 | Coordinate input device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP59151624A JPH0630044B2 (en) | 1984-07-20 | 1984-07-20 | Coordinate input device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS6129929A JPS6129929A (en) | 1986-02-12 |
JPH0630044B2 true JPH0630044B2 (en) | 1994-04-20 |
Family
ID=15522610
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP59151624A Expired - Lifetime JPH0630044B2 (en) | 1984-07-20 | 1984-07-20 | Coordinate input device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0630044B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0752382B2 (en) * | 1986-04-11 | 1995-06-05 | 株式会社東芝 | Data input device |
JP3784110B2 (en) | 1996-07-30 | 2006-06-07 | 東京エレクトロン株式会社 | Processing equipment |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS5525116A (en) * | 1978-08-11 | 1980-02-22 | Hitachi Ltd | Character input device |
JPS5631185A (en) * | 1979-08-22 | 1981-03-28 | Hitachi Ltd | Coordinate reading control device |
JPS5894028A (en) * | 1981-11-28 | 1983-06-04 | Mitsubishi Electric Corp | Keyboard device |
-
1984
- 1984-07-20 JP JP59151624A patent/JPH0630044B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPS6129929A (en) | 1986-02-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3588201B2 (en) | Coordinate input device and control method thereof | |
US5666113A (en) | System for using a touchpad input device for cursor control and keyboard emulation | |
JP2009259079A (en) | Touch board cursor control method | |
JP2004265451A (en) | Coordinates input device | |
JPH08221201A (en) | Touch panel coordinate operating method and information processor using the method | |
JPH0630044B2 (en) | Coordinate input device | |
JPH06289984A (en) | Document preparing editing device | |
JP3350339B2 (en) | Drag mode setting method | |
TWI530825B (en) | Input device and input system with macro record funcions and macro recording method thereof | |
JPH0744308A (en) | Word processor | |
JPH1195912A (en) | Coordinate input device, coordinate input method, and computer-readable recording medium recording coordinate input program | |
JPS60193042A (en) | Display device | |
JP2536517B2 (en) | Cursor movement key control system | |
JPH079650B2 (en) | Document editing device | |
JPH0830615A (en) | Information processor | |
JP2637440B2 (en) | Cursor control method | |
JPH0516051B2 (en) | ||
JP3202530B2 (en) | Document editing device | |
KR200274067Y1 (en) | A foot mouse | |
JPH10333820A (en) | Coordinate input device | |
JPH04280318A (en) | Page search method using mouse input | |
KR20010000933U (en) | Mouse using a computer | |
JPH08161107A (en) | Indirect input device of computer | |
JPS62254226A (en) | mouse control device | |
JP2704129B2 (en) | Coordinate pointing device |