| screenY | ใช้คืนค่าตำแหน่งของ mouse ในแกน y โดยเทียบกับ หน้าจอ ( screen ) |
|---|
property:screenY;
return type:number
content:ใช้คืนค่าตำแหน่งของ mouse ในแกน y โดยเทียบกับ หน้าจอ ( screen )
example:function showMousePosition ( event ) { alert ( event.screenY ); }