wgois / OIS

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

Check for unimplemented APIs #33

Open Ybalrid opened 6 years ago

Ybalrid commented 6 years ago

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?