Skip to content

MiP_Mode

github-actions[bot] edited this page Aug 11, 2026 · 8 revisions

Class MiP_Mode

Manages MiP's built-in game and application operating modes.

Table of Contents


Public Functions

enableApp

Signature: void enableApp()

Summary: Switches MiP into App Mode.

Details:

Verified operation: sends the set game mode command and reads back state with retry.


enableCage

Signature: void enableCage()

Summary: Switches MiP into Cage Mode.

Details:

Verified operation: sends the set game mode command and reads back state with retry.


enableDance

Signature: void enableDance()

Summary: Switches MiP into Dance Mode.

Details:

Verified operation: sends the set game mode command and reads back state with retry.


enableStack

Signature: void enableStack()

Summary: Switches MiP into Stack Mode.

Details:

Verified operation: sends the set game mode command and reads back state with retry.


enableTrick

Signature: void enableTrick()

Summary: Switches MiP into Trick Mode.

Details:

Verified operation: sends the set game mode command and reads back state with retry.


enableRoam

Signature: void enableRoam()

Summary: Switches MiP into Roam Mode.

Details:

Verified operation: sends the set game mode command and reads back state with retry.


isAppEnabled

Signature: bool isAppEnabled()

Summary: Checks if App Mode is currently active.

Returns: true if MiP is in App Mode, false otherwise.


isCageEnabled

Signature: bool isCageEnabled()

Summary: Checks if Cage Mode is currently active.

Returns: true if MiP is in Cage Mode, false otherwise.


isDanceEnabled

Signature: bool isDanceEnabled()

Summary: Checks if Dance Mode is currently active.

Returns: true if MiP is in Dance Mode, false otherwise.


isStackEnabled

Signature: bool isStackEnabled()

Summary: Checks if Stack Mode is currently active.

Returns: true if MiP is in Stack Mode, false otherwise.


isTrickEnabled

Signature: bool isTrickEnabled()

Summary: Checks if Trick Mode is currently active.

Returns: true if MiP is in Trick Mode, false otherwise.


isRoamEnabled

Signature: bool isRoamEnabled()

Summary: Checks if Roam Mode is currently active.

Returns: true if MiP is in Roam Mode, false otherwise.


Clone this wiki locally