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
LinuxKeyboard.cpp currently uses OIS_WARN , but it has no effect because it's defined to do nothing in OISException.h. Can we please have at least a cout log, a way to configure how to handle warnings? It's important for my project that we have diagnostics for linux.
The text was updated successfully, but these errors were encountered:
LinuxKeyboard.cpp currently uses OIS_WARN , but it has no effect because it's defined to do nothing in OISException.h. Can we please have at least a cout log, a way to configure how to handle warnings? It's important for my project that we have diagnostics for linux.
The text was updated successfully, but these errors were encountered: