OutSystems Forge 日本語データベース

Custom Touch Events

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-03-03 1.0.0 Justin Babel All All Components, Widgets, Libraries, Plug-ins
カスタムタッチイベントは、Hammer.JSを使用して、イベントハンドラへの入力に基づいてカスタマイズしたタップおよびプレスイベントを処理します。 例えば、物体上のタップ量xを検出し、x秒間の長押しを検出するなど。ラップ:http://hammerjs.github.io/
**イベントハンドラブロックを動作させるために、 'CustomTouchEvents'というeSpaceから公開された 'Hammer.JS'スクリプトを含める必要があります** カスタムタッチイベントは、Hammer.JSを使用して、イベントハンドラへの入力に基づいてカスタマイズしたタップおよびプレスイベントを処理します。 例えば、物体上のx量のタップを検出すること、x秒間の長押しを検出することなどが挙げられます。 Hammerは、タッチ、マウス、およびポインターイベントによって生成されたジェスチャーを認識できるオープンソースライブラリーです。 複数のインスタンスを同時にサポートしているため、マルチユーザータッチインターフェイスの作成を開始できます。 Hammerには依存関係はなく、小さくても、3.7 kBの小型化+ gzippedしかありません! http://hammerjs.github.io/

[Overview]
Custom touch events uses Hammer.JS to handle tap and press events customized by you based on inputs to the event handlers. For example, detecting x amount of taps on an object, detecting a long press of over x amount of seconds, etc. Wraps: http://hammerjs.github.io/
[Detail]
**Must include public 'Hammer.JS' script from espace 'CustomTouchEvents' in order for the event handler blocks to work** Custom touch events uses Hammer.JS to handle tap and press events customized by you based on inputs to the event handlers. For example, detecting x amount of taps on an object, detecting a long press of over x amount of seconds, etc. Hammer is an open-source library that can recognize gestures made by touch, mouse and pointerEvents. It has support for multiple instances the same time, so you can start creating multi-user touch interfaces. Hammer doesn't have any dependencies, and it's small, only 3.7 kB minified + gzipped! http://hammerjs.github.io/
戻る