Don't return -1 on keyboard read failure
added check for software only modes
replaced wglSwapLayerBuffers -> SwapBuffers
formatting and better javadoc
fix: releasing device context for window, as per msdn docs
Fixed CHECK ERROR bug
add: javah target added
add: simple controller test that tests multiple creation
MouseTest renamed to MouseCreationTest