Remove AUI_METHODS from the example
This commit is contained in:
parent
09b7d7f3da
commit
caec30f439
@ -16,12 +16,9 @@ This library implements the macros required to define Aurora style interfaces. D
|
||||
#### In your public API:
|
||||
```
|
||||
LIB_INTERFACE(IInputMouseSubscriber,
|
||||
AUI_METHODS
|
||||
(
|
||||
AUI_METHOD(void, onButtonPress, (AuUInt8, mb)),
|
||||
AUI_METHOD(void, onButtonTick, (AuUInt8, mb)),
|
||||
AUI_METHOD(void, onButtonUp, (AuUInt8, mb))
|
||||
)
|
||||
);
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user