wgois / OIS

Official OIS repository. Object oriented Input System
https://wgois.github.io/OIS/
zlib License
254 stars 86 forks source link

LinuxKeyboard.cpp warning logging with OIS_WARN #71

Open matthew-reid opened 3 years ago

matthew-reid commented 3 years ago

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.