Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
Miclle Zheng
2023-08-28 08:52:56 +10:00
committed by GitHub
co-authored by Lea Anthony
parent 93a616ceef
commit fcfe278f95
@@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`
Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(size: Size)`
### WindowSetSize 获取窗口尺寸
### WindowGetSize 获取窗口尺寸
获取窗口的宽度和高度。