.. _module-shake: Shake -------------------------- * **Identifier** - SHAKE * **Description** - Provides features to handle and react to shake gestures. * **Current Version** - 1 * **Initialization** - None * **Destroy** - None * **Dependencies** - :ref:`module-core` Trigger Shake Horizontal ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | Name | SHAKE-HORIZONTAL | +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | Description | Executes in case of horizontal device shake. | +--------------+---------------------------------+--------------+--------------+----------------------------------------+ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | | Type | Name | Required | Description | +==============+=================================+==============+==============+========================================+ | Parameters | CORE.PERCENT | SENSITIVE | No | Shake sensitivity. | +--------------+---------------------------------+--------------+--------------+----------------------------------------+ Trigger Shake Vertical ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | Name | SHAKE-VERTICAL | +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | Description | Executes in case of vertical device shake. | +--------------+---------------------------------+--------------+--------------+----------------------------------------+ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | | Type | Name | Required | Description | +==============+=================================+==============+==============+========================================+ | Parameters | CORE.PERCENT | SENSITIVE | No | Shake sensitivity. | +--------------+---------------------------------+--------------+--------------+----------------------------------------+