You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel it would be good to be able to make a callback on the managed side, and pass it to the native side. The primary use case for this is the console system, so that everything for actually running commands can be on the native side instead of splitting the system up in weird ways.
The text was updated successfully, but these errors were encountered:
I'll look into this, but I can't say if it's possible / easy: the C# garbage collector likes to move things around; if we get a pointer to a C# function we can't really store it because it might be invalid the next time we want to use it
I feel it would be good to be able to make a callback on the managed side, and pass it to the native side. The primary use case for this is the console system, so that everything for actually running commands can be on the native side instead of splitting the system up in weird ways.
The text was updated successfully, but these errors were encountered: