mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-03-09 18:11:53 +01:00
ButtonComboAPI: Added "triggeredBy param to combo callback
This commit is contained in:
parent
f173fc65e9
commit
c2a877e3f8
@ -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