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

Implemented copy and paste on MS-Windows #89

Closed Dawoodoz closed 1 year ago

Dawoodoz commented 1 year ago

Tested a bit and seems to work a lot better than not having it implemented at all. More handling of failures and legacy text encodings can be added in later commits to keep pull requests small.

This PR also merges left and right ctrl, shift and alt keycodes, because some keyboards on MS-Windows don't indicate left or right side.