From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/touch/screeny/index.html | 60 +++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 files/ja/web/api/touch/screeny/index.html (limited to 'files/ja/web/api/touch/screeny/index.html') diff --git a/files/ja/web/api/touch/screeny/index.html b/files/ja/web/api/touch/screeny/index.html new file mode 100644 index 0000000000..e521136ad8 --- /dev/null +++ b/files/ja/web/api/touch/screeny/index.html @@ -0,0 +1,60 @@ +--- +title: Touch.screenY +slug: Web/API/Touch/screenY +tags: + - API + - DOM + - Mobile + - Property + - touch +translation_of: Web/API/Touch/screenY +--- +

{{ APIRef("Touch Events") }}

+ +

概要

+ +

画面を基準としたタッチポイントの Y 座標を返します。スクロールオフセットは含まれません。

+ +

構文

+ +
var y = touchItem.screenY;
+
+ +

返り値

+ +
+
y
+
画面を基準としたタッチポイントの Y 座標。スクロールオフセットは含まれません。
+
+ +

+ +

Touch.screenX の例には、このプロパティの使用例が含まれています。

+ +

仕様

+ + + + + + + + + + + + + + + + + + + +
仕様ステータス備考
{{SpecName('Touch Events 2','#dom-touch-screeny')}}{{Spec2('Touch Events 2')}}前の版から変更なし。
{{SpecName('Touch Events', '#widl-Touch-screenY')}}{{Spec2('Touch Events')}}初回定義。
+ +

ブラウザー実装状況

+ + + +

{{Compat("api.Touch.screenY")}}

-- cgit v1.2.3-54-g00ecf