Skip to content

MiPGesture

github-actions[bot] edited this page Aug 10, 2026 · 3 revisions

Enum MiPGesture

Recognized hand gesture motion directions detected by MiP's front IR sensors.

Enumerator Values

Enumerator Value Description
MIP_GESTURE_LEFT = 0x0A Hand swiped from right to left in front of MiP.
MIP_GESTURE_RIGHT `=
  0x0B` | Hand swiped from left to right in front of MiP. |

| MIP_GESTURE_CENTER_SWEEP_LEFT | = 0x0C | Center sweep gesture toward the left. | | MIP_GESTURE_CENTER_SWEEP_RIGHT | = 0x0D | Center sweep gesture toward the right. | | MIP_GESTURE_CENTER_HOLD | = 0x0E | Hand held steady in front of MiP's center IR sensor. | | MIP_GESTURE_FORWARD | = 0x0F | Hand moved closer toward MiP (forward gesture). | | MIP_GESTURE_BACKWARD | = 0x10 | Hand pulled away from MiP (backward gesture). | | MIP_GESTURE_INVALID | = 0xFF | Value returned when no valid gesture event is available. |

Clone this wiki locally