Project

General

Profile

Feature #1886

Updated by skyjake over 9 years ago

There should be an input plugin that uses SDL2 for keyboard, mouse, and joystick events. At least on Windows, SDL2 uses APIs better suited for gaming purposes when compared to Qt.

The SDL2 input plugin
This would become the default one for input. input plugin. Qt input events could still be used as a fallback in case SDL2 or the plugin is not available. At least on Windows, SDL2 uses APIs better suited for gaming purposes when compared to Qt.

Back