Spellcaster Studios

Make it happen…

Tag Archives: input

The action mapper

Two things I was still missing from the core tech was the ability to redefine keys (not everyone likes my layout, of course, and people with keyboards different from QWERTY might have some difficulty using WASD), and controller support. For both of these, I need to build an action mapper. This is an abstraction layer […]

GLFW and input

Today I managed to finish the input rewrite to use GLFW with the OpenGL renderer… Got to admit that it went rather well, all things considering… It’s a bit “hacked”, and I might work it over again at a later stage (to make it more efficient, less DirectInput-like, since there’s no actual need). Not noticeable […]