Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 247 Bytes

_GetWindowSize_.md

File metadata and controls

26 lines (14 loc) · 247 Bytes

GetWindowSize

获取窗口大小

width, height = GetWindowSize()

参数:

返回值:

  • width [number]:窗口宽度
  • height [number]:窗口高度

示例