mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-03-10 10:27:37 +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
|
#endif
|
||||||
} WUPSButtonCombo_ComboHandle;
|
} 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 {
|
typedef struct WUPSButtonCombo_MetaOptions {
|
||||||
const char *label;
|
const char *label;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user