headsetbutton
("headsetbutton", () => void): this;
Emitted when the user taps anywhere on the screen during headset mode with the exception of the "exit-headset" button.
Standard pointer events (i.e. pointerenter/leave/down/up) are not emitted during headset mode.
Returns
this
Handler Function
When the headsetbutton
event is fired, attached handler functions are called with no arguments.