aspx ページのキャンバス hmtl5 セクションで、マウス ダウンをシミュレートしてからマウス アップ イベントをシミュレートするにはどうすればよいですか?
Web で検索したところ、これが見つかりました... しかし、これをキャンバスの html5 要素に関連付けることができません。
dispatchMouseEvent(element, 'mouseover', true, true);
dispatchMouseEvent(element, 'mousedown', true, true);
dispatchMouseEvent(element, 'click', true, true);
dispatchMouseEvent(element, 'mouseup', true, true);