• Skip to main content
  • Skip to search
  • Skip to select language
MDN Web Docs
  • 参考手册
    • 概述 / Web 技术

      适用于开发者的 Web 技术参考手册

    • HTML

      Web 内容的结构

    • CSS

      用于描述文档样式的代码

    • JavaScript

      通用脚本语言

  • 开发指南
    • 概述 / MDN 学习区

      学习 Web 开发

    • MDN 学习区

      学习 Web 开发

    • HTML

      学习使用 HTML 构建 Web 内容

    • CSS

      学习使用 CSS 设置内容样式

    • JavaScript

      学习在浏览器中运行脚本

  • 更多中文网
  1. 面向开发者的 Web 技术
  2. 网络 API
  3. Touch
  4. screenY

目录

  • Value
  • Examples
  • Specifications
  • Browser compatibility
  1. Touch events
  2. Touch
  3. Constructor
    1. Touch()
  4. Instance properties
    1. clientX
    2. clientY
    3. force
    4. identifier
    5. pageX
    6. pageY
    7. radiusX
    8. radiusY
    9. rotationAngle
    10. screenX
    11. screenY
    12. target
  5. Related pages for Touch Events
    1. TouchEvent
    2. TouchList

目录

  • Value
  • Examples
  • Specifications
  • Browser compatibility

Touch: screenY property

Returns the Y coordinate of the touch point relative to the screen, not including any scroll offset.

Value

A number.

Examples

The Touch.screenX example includes an example of this property's usage.

Specifications

Specification
Touch Events
# dom-touch-screeny

Browser compatibility

BCD tables only load in the browser

MDN Web 中文网 - 粤ICP备13048890号