Tolik Pylypchuk
Tolik Pylypchuk
So, on Windows when a mouse wheel event is generated by, well, a mouse wheel, then the `rotation` value helps distinguish the direction of the scroll. But on a trackpad...
This fixes the issue with key event simulation not working for games on Windows and is based on code by @FaithBeam. Closes #157
Would it be possible to compile libuiohook for Mac Catalyst in addition to macOS? I've tried to fiddle with CMake, but didn't achieve much with it. I don't know if...
FluentUI components from Microsoft are just not great to work with, as it turns out, and they lack a lot of features. Also, I though I would use elements of...
The current list page layout is great for computers but is not suitable for smaller screens at all. This should be improved, and a separate layout should be implemented for...
Most of the code currently lives on the front-end, so it should be rigorously tested. I'll use bUnit for that.