mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-02-15 08:09:12 +01:00
ButtonComboAPI: Added "triggeredBy param to combo callback
This commit is contained in:
parent
332494d478
commit
8e1c883826
@ -114,7 +114,7 @@ typedef struct WUPSButtonCombo_ComboHandle {
|
||||
#endif
|
||||
} WUPSButtonCombo_ComboHandle;
|
||||
|
||||
typedef void (*WUPSButtonCombo_ComboCallback)(WUPSButtonCombo_ComboHandle handle, void *context);
|
||||
typedef void (*WUPSButtonCombo_ComboCallback)(WUPSButtonCombo_ControllerTypes triggeredBy, WUPSButtonCombo_ComboHandle handle, void *context);
|
||||
|
||||
typedef struct WUPSButtonCombo_MetaOptions {
|
||||
const char *label;
|
||||
|
Loading…
x
Reference in New Issue
Block a user