nfprojects / nfengine

Game engine
GNU General Public License v2.0
55 stars 4 forks source link

Add key code constants to NFE::Common::Window #132

Closed lookeypl closed 9 years ago

lookeypl commented 9 years ago

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).

lookeypl commented 9 years ago

https://review.gerrithub.io/#/c/243720/

lookeypl commented 9 years ago

Merged