MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / clicked

Method clicked

code/main/StatusBarTab.ts:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42 // Public methods
43 public clicked(): void{
44 this.callbackCollectionWhenSelected.fire();
45 this.statusBar.selectTab(this.tabIndexWhenSelected);
46 }
47
48 public render(renderArea: RenderArea, x: number, y: number, selected: boolean): void{
49 // We draw the borders

Callers 2

previousTabMethod · 0.45
nextTabMethod · 0.45

Calls 2

selectTabMethod · 0.80
fireMethod · 0.65

Tested by

no test coverage detected