MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / onMouseDown

Method onMouseDown

Extension/ui/settings.ts:126–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 private onMouseDown(): void {
127 document.body.classList.remove("tabbing");
128 window.removeEventListener("mousedown", this.onMouseDown);
129 window.addEventListener("keydown", this.onTabKeyDown.bind(this));
130 }
131
132 private onShowAdvanced(): void {
133 // eslint-disable-next-line @typescript-eslint/no-non-null-assertion

Callers

nothing calls this directly

Calls 2

bindMethod · 0.80
removeMethod · 0.65

Tested by

no test coverage detected