Dawoodoz / DFPSR

Fast realtime softare rendering library for C++14 using SSE/AVX/NEON. 2D, 3D and isometric rendering with minimal system dependencies.
https://dawoodoz.com/dfpsr.html
81 stars 6 forks source link

Input tests #102

Closed Dawoodoz closed 4 months ago

Dawoodoz commented 4 months ago

Started an integration test in the SDK folder, but it might later be moved to a separate folder with different kinds of integration tests.

Also fixed Alt press, F10 press and cursor locations from scroll events on MS-Windows. AltGr is treated like Alt+Ctrl on Windows without any filtering of the duplicate events.

Most of the things are not yet tested. One could have different tests to run one at a time instead of everything in series (free style, exam style, long test, quick test...). Visuals showing pressed keys would help to see faster when things work as expected.