mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-02-12 23:08:56 +01:00
ButtonComboAPI: Update C++ docs to reference C API
This commit is contained in:
parent
b3f7705b6c
commit
271a85e7b8
@ -341,20 +341,12 @@ namespace WUPSButtonComboAPI {
|
|||||||
const char *GetStatusStr(WUPSButtonCombo_Error status);
|
const char *GetStatusStr(WUPSButtonCombo_Error status);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Wrapper for @WUPSButtonComboAPI_GetControllerTypeStr
|
||||||
* This function returns a string representation of the provided WUPSButtonCombo_ControllerTypes.
|
**/
|
||||||
*
|
|
||||||
* @param controller The controller to get the string representation for.
|
|
||||||
* @return A pointer to a string describing the provided controller.
|
|
||||||
**/
|
|
||||||
const char *GetControllerTypeStr(WUPSButtonCombo_ControllerTypes controller);
|
const char *GetControllerTypeStr(WUPSButtonCombo_ControllerTypes controller);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Wrapper for @WUPSButtonComboAPI_GetComboStatusStr
|
||||||
* This function returns a string representation of the provided WUPSButtonCombo_ControllerTypes.
|
|
||||||
*
|
|
||||||
* @param status The controller to get the string representation for.
|
|
||||||
* @return A pointer to a string describing the provided controller.
|
|
||||||
**/
|
**/
|
||||||
const char *GetComboStatusStr(WUPSButtonCombo_ComboStatus status);
|
const char *GetComboStatusStr(WUPSButtonCombo_ComboStatus status);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user