タッチ入力を確認するアプリです。
This is an app that checks touch input.
スマートフォンなどのデバイスの画面上のタッチセンサーが正しく動作するか、複数のポイントを同時にタッチして最大何点まで認識できるかを確認できるアプリです。
基本的にタッチに不具合のあるスマートフォンを想定した作りになっているため、モードボタンを大きく配置し、操作を極力減らすためにテストの終了も操作を止めることでタイマー終了するように設計しています。
This is an app that allows you to check whether the touch sensor on the screen of a device such as a smartphone is working properly, and how many points it can recognize by touching multiple points at the same time.
Basically, it is designed with smartphones with touch issues in mind, so the mode button is placed large, and in order to reduce the number of operations as much as possible, it is designed so that the timer ends when you stop the operation at the end of the test.
タイトルより2種類のモードを選択します。
「タッチテスト」:タッチ位置を十字マーカーで確認します。
「ペイントテスト」:タッチ位置をカラードットで表示します。
画面上をタッチすることで正常であれば画面上に円マーカーが表示されます。
縦横にラインが表示されるのでタッチしている場所がわかりやすくなっています。
またスライドを検知することで最初にタッチした位置とスライド位置が点でつながって表示されます。
画面上をタッチすることで正常であれば画面上にカラードットが表示されます。
ドットは画面上に残るので応答があった位置がわかりやすくなっています。
タッチするごとにカラーが変化するようになっています。
Select two modes from the title.
"Touch test": Check the touch position with the cross marker.
"Paint test": Displays the touch position as a colored dot.
By touching the screen, a circle marker will be displayed on the screen if it is normal.
Lines are displayed vertically and horizontally, making it easy to see where you are touching.
Also, when a slide is detected, the first touched position and the slide position are displayed as a connected dot.
By touching the screen, a color dot will be displayed on the screen if it is normal.
The dot remains on the screen, making it easy to see where the response occurred.
The color changes each time you touch it.
以下のようなことが発生する場合には、スマートフォンのジェスチャー機能の可能性があります。設定などでオフにするか、ジェスチャーが働かない操作をしてください。
3点同時にタップすることでスクリーンショットが撮影された・・・3点同時にタップせず、2点同時タップ後に1点追加タップすることでジェスチャー機能を回避できます。
If the following occurs, it may be due to the gesture function of your smartphone. Please turn it off in the settings, or perform an operation that does not allow gestures to work.
A screenshot was taken by tapping three points at the same time... Instead of tapping three points at the same time, you can avoid the gesture function by tapping two points at the same time and then tapping one additional point.
リリース12(1.1.4):2025/11/10
戻るボタンの動作を現在のOSのインターフェイス仕様に変更
アプリの終了ボタンを廃止し戻るボタンによる終了に変更
リリース11(1.1.3):2024/05/11
マルチタッチポイントの表示サイズの修正
特定の端末でのみペイントテストが正常に動作しない不具合を修正
ペイントポイントの表示を丸形から四角に変更
音量レベル設定の不具合を修正
広告再表示までの間隔を調整
リリース10(1.1.2):2024/04/15
広告表示処理の修正
Release 12 (1.1.4): 2025/11/10
Change the back button behavior to the current OS interface specifications
Eliminate the app exit button and change to exit using the back button
Release 11 (1.1.3): 2024/05/11
Fixed display size of multi-touch points
Fixed an issue where the paint test would not work properly on certain devices.
Changed the display of paint points from round to square
Fixed a bug in volume level setting
Adjust the interval between ad redisplays
Release 10 (1.1.2): 2024/04/15
Modification of ad display processing