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
@dkrautha implemented a promising alternative to this called WantsInput. It currently just intercepts key callbacks, but could be implemented to work with other types of callbacks as well. Both this and WantsInput will need to be finished and compared to determine which is the better solution, but WantsInput may end up being the more efficient of the two (as it doesn't seem to require any function pointers or std::functions, and instead takes a pointer to the class).
Mainly to allow making keybinds in AudioPlayer and VideoPlayer
The text was updated successfully, but these errors were encountered: