minor docs wording fix
This commit is contained in:
+2
-2
@@ -475,7 +475,7 @@ Queues a wrist-squeeze feedback at the desired level, and optionally if chosen,
|
|||||||
> - `1.0` = Full squeeze.
|
> - `1.0` = Full squeeze.
|
||||||
|
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> Avoid using `Send Immediate` unless necessary.
|
> Avoid using `Send Immediate` unless absolutely necessary.
|
||||||
>
|
>
|
||||||
> For optimal performance, queue all haptic commands first and call the
|
> For optimal performance, queue all haptic commands first and call the
|
||||||
> `Send Haptics` function once after all commands are prepared.
|
> `Send Haptics` function once after all commands are prepared.
|
||||||
@@ -547,7 +547,7 @@ This example demonstrates:
|
|||||||
Because `Send Immediate` is enabled, the squeeze is transmitted instantly instead of being queued.
|
Because `Send Immediate` is enabled, the squeeze is transmitted instantly instead of being queued.
|
||||||
|
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> Avoid using `Send Immediate` unless necessary.
|
> Avoid using `Send Immediate` unless absolutely necessary.
|
||||||
>
|
>
|
||||||
> For optimal performance, queue all haptic commands first and call the
|
> For optimal performance, queue all haptic commands first and call the
|
||||||
> `Send Haptics` function once after all commands are prepared.
|
> `Send Haptics` function once after all commands are prepared.
|
||||||
|
|||||||
Reference in New Issue
Block a user