調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
blockly > browserEvents
browserEvents 名前空間
関数
職務 |
説明 |
bind(node, name, thisObject, func) |
アクティブなタッチ ストリームの一部かどうかにかかわらず、呼び出す必要があるイベント ハンドラをバインドします。マルチパート ジェスチャー(ツールチップのマウスオーバーなど)ではないイベントに使用します。 |
conditionalBind(node, name, thisObject, func, opt_noCaptureIdentifier) |
アクティブなタッチ ストリームの一部でない場合に無視できるイベント ハンドラをバインドします。マルチパート ジェスチャー(ドラッグまたはクリックの一部であるマウスダウンやマウス移動など)を開始または継続するイベントに使用します。 |
getScrollDeltaPixels(e) |
マウスイベントのスクロールのデルタをピクセル単位で返します。 |
isRightButton(e) |
このイベントが右クリックを行うと、true を返します。 |
isTargetInput(e) |
このイベントがテキスト入力ウィジェットをターゲットとしている場合、true を返しますか? |
mouseToSvg(e, svg, matrix) |
指定されたマウスイベントの変換された座標を返します。原点(0,0)は Blockly SVG の左上隅です。 |
unbind(bindData) |
関数呼び出しから 1 つ以上のイベント イベントをバインド解除します。 |
タイプ エイリアス
タイプ エイリアス |
説明 |
データ |
bind と conditionalBind の使用時にイベントのバインド解除に使用される、ブロック的に不透明なイベントデータ。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["The `browserEvents` namespace provides functions for managing browser events within Blockly, particularly for mouse and touch interactions."],["It offers methods for binding, conditionally binding, and unbinding event handlers to DOM elements."],["Functions are included to determine event specifics, such as right-clicks, scroll deltas, and target elements."],["It facilitates converting mouse event coordinates to SVG coordinates within the Blockly workspace."],["The namespace utilizes a `Data` type alias for managing event binding data for efficient unbinding."]]],[]]