wgois / OIS

Official OIS repository. Object oriented Input System

Home Page:https://wgois.github.io/OIS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinuxKeyboard.cpp warning logging with OIS_WARN

matthew-reid opened this issue · comments

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.