Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ closeEventHandler
Method
closeEventHandler
packages/fairygui/src/widgets/Window.ts:493–495 ·
view source on GitHub ↗
* Close button event handler * 关闭按钮事件处理
()
Source
from the content-addressed store, hash-verified
491
* 关闭按钮事件处理
492
*/
493
protected closeEventHandler(): void {
494
this.hide();
495
}
496
497
private onWindowShown(): void {
498
if
(!this._inited) {
Callers
nothing calls this directly
Calls
1
hide
Method · 0.95
Tested by
no test coverage detected