killstealers / crashburn

This is the crashburn project, a simple 3D multiplayer video game, based on Crash Bash.
https://github.com/killstealers/crashburn
1 stars 0 forks source link

Windowing and events #7

Open NewbiZ opened 11 years ago

NewbiZ commented 11 years ago

Each scene has a handle_event() function that is called right after glfwPollEvents(). As an improvement should work as a keypress/release callback instead of polling, would need some tweaks in the Engine though.