Update readme

This commit is contained in:
Reece Wilson 2021-10-07 00:22:47 +01:00
parent f7a68b6bc6
commit 942d3442e9

View File

@ -41,7 +41,7 @@ AuSPtr<IInputMouseSubscriber> handle = AuUnsafeRaiiToShared(&test);
// use handle with an Aurora API // use handle with an Aurora API
``` ```
#### Usage Native #### Usage C++ Native, SWIG, and CppSharp
``` ```
struct MyEventHandler : public IInputMouseSubscriber struct MyEventHandler : public IInputMouseSubscriber
{ {