macro typo
This commit is contained in:
parent
124e0fcc19
commit
b55fa551e3
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ typedef struct gwinVMT {
|
||||||
void (*ToggleOn) (GWidgetObject *gw, uint16_t role); // @< Process toggle on events (optional)
|
void (*ToggleOn) (GWidgetObject *gw, uint16_t role); // @< Process toggle on events (optional)
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
#if GINPUT_NEED_TOGGLE
|
#if GINPUT_NEED_DIAL
|
||||||
struct {
|
struct {
|
||||||
uint16_t dialroles; // @< The roles supported for dials (0->dialroles-1)
|
uint16_t dialroles; // @< The roles supported for dials (0->dialroles-1)
|
||||||
void (*DialAssign) (GWidgetObject *gw, uint16_t role, uint16_t instance); // @< Test the role and save the dial instance handle (optional)
|
void (*DialAssign) (GWidgetObject *gw, uint16_t role, uint16_t instance); // @< Test the role and save the dial instance handle (optional)
|
||||||
|
|
Loading…
Add table
Reference in a new issue