Currently to refer to specific special keys on keyboard (like left arrow, or space), Window class user has to directly input their hex value, or use platform-dependent macros (Windows VK_LEFT, VK_SPACE etc).
[ ] Provide Window with special key constants (maybe inside an enum class - it has to be somehow namespaced, so macros should be the last choice)
Currently to refer to specific special keys on keyboard (like left arrow, or space), Window class user has to directly input their hex value, or use platform-dependent macros (Windows VK_LEFT, VK_SPACE etc).