Skip to content

Commit

Permalink
Use enum type for KPADEnableMpls param
Browse files Browse the repository at this point in the history
Co-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>
  • Loading branch information
capitalistspz and GaryOderNichts committed Apr 23, 2024
1 parent a6d3876 commit 6f608a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/padscore/kpad.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,13 @@ KPADSetConnectCallback(KPADChan chan,

/**
* Sets MotionPlus for the controller in specified mode
* \sa
* - KPADMotionPlusMode
*
* \param mode
* The MotionPlus mode which should be used
*/
void
KPADEnableMpls(KPADChan channel,
uint8_t mode);
KPADMotionPlusMode mode);

/**
* Disables MotionPlus for the controller
Expand Down

0 comments on commit 6f608a6

Please sign in to comment.