PyroFlareX / Vinegar

My multi-platform rendering engine. Requires C++14.
1 stars 0 forks source link

Create Virtual Input Backend #1

Open PyroFlareX opened 5 years ago

PyroFlareX commented 5 years ago

Create a virtual input system for common commands. Movement should not be a bool.

PyroFlareX commented 5 years ago

Wow, umm, this kinda already a thing. But it could be done in a much less hacky way. (Read global keyboard state, but only read if the window has focus). <- Better method (and the old one). Also, add Joystick compatibility.

PyroFlareX commented 4 years ago

TODO: Also for inputs, get the VR inputs