Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Abstract Input/InputManager #203

Closed Behemyth closed 6 years ago

Behemyth commented 6 years ago

The input manager has callback functions that are registered to GLFW. This needs to be abstracted. Any form of the engine that supports GLFW and is using GLFW as its window manager should also use GLFW for input.