Every line of 'handle contains button handle' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
370 public get handle():Button { 371 return this._handle; 372 }
221 _handleReleased(handle, event) { 222 if (event.get_button() == 1) { 223 this._inDrag = false; 224 } 225 }