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
It may be useful to be able to use the functionality of this API without having to use the Lua API to do it. Thus, this API should probably be refactored to have a callable C++ API and a Lua API wrapper that calls the C++ API.
We already have direct access to viewscreen::feed and feed_key in C++. Passing a set from Lua is hard, which was the main motivation for adding simulateInput.
It may be useful to be able to use the functionality of this API without having to use the Lua API to do it. Thus, this API should probably be refactored to have a callable C++ API and a Lua API wrapper that calls the C++ API.
related discord discussion
The text was updated successfully, but these errors were encountered: