fix: no longer fatal to not acquire input
Fixed a buffer overflow problem in d�z
replaced PeekMessage() -> handleMessages()
Don't allow the mouse to drift when failing poll
Don't allow to show the window menu
Don't return -1 on keyboard read failure
added check for software only modes
replaced wglSwapLayerBuffers -> SwapBuffers
fix: releasing device context for window, as per msdn docs