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 found one implementation where getAsKeyCode() wasn't implemented on the keyboard side. This method is pure virtual. Any backed that don't implement that method will just not compile.
I have to check what this method is actually supposed to do. Why a string -> OIS::KeyCode convertion needs to be platform dependent?
The text was updated successfully, but these errors were encountered:
I found one implementation where
getAsKeyCode()
wasn't implemented on the keyboard side. This method is pure virtual. Any backed that don't implement that method will just not compile.I have to check what this method is actually supposed to do. Why a
string
->OIS::KeyCode
convertion needs to be platform dependent?The text was updated successfully, but these errors were encountered: