mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-02-08 21:33:22 +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);
|
||||
|
||||
/**
|
||||
*
|
||||
* 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.
|
||||
**/
|
||||
* Wrapper for @WUPSButtonComboAPI_GetControllerTypeStr
|
||||
**/
|
||||
const char *GetControllerTypeStr(WUPSButtonCombo_ControllerTypes controller);
|
||||
|
||||
/**
|
||||
*
|
||||
* 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.
|
||||
* Wrapper for @WUPSButtonComboAPI_GetComboStatusStr
|
||||
**/
|
||||
const char *GetComboStatusStr(WUPSButtonCombo_ComboStatus status);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user