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
83 stars 6 forks source link

GUI fixes #94

Closed Dawoodoz closed 11 months ago

Dawoodoz commented 11 months ago

Menus now have press, focus and hover effects available in custom themes. It is however not visible in the default theme, but at least the menus will confirm presses when the button is lifted, with the ability to cancel a press by pulling away before releasing.

Reduced dependencies on the framework for sound backends.

Cleaned up and documented different headers.