Valaphee The Meerkat

Results 60 comments of Valaphee The Meerkat

I thought about renaming Simd to Clmul (carry-less multiplication variant), or should I stay with Simd? And I would recommend against using Simd as default, as the problem with Simd...

Should Simd/Clmul always be available even if the platform/target-features doesn't support the required features and then just be handled as a type alias for the default impl?

Yep, Simd is probably easier to understand. Open for future PRs would be: - ARM (pmull2) support - CRC1..32 non-reflex support - CRC33..128 support - Runtime feature detection (requires std...

Ah didn't know that this is not only a Windows thing, will look into it

I mean there is already a function to hide the window in the taskbar, and I agree that the taskbar and tray area are not really window related. But the...

Just out of curiosity, the taskbar buttons have to be handled in WndProc https://github.com/microsoft/Windows-classic-samples/blob/main/Samples/Win7Samples/winui/shell/appshellintegration/TaskbarThumbnailToolbar/ThumbnailToolbar.cpp

It might be worth to add some way to of identification in the device added message, as at the moment its not possible to know if its a keyboard, mouse,...

This PR just extends on the already existing capabilities. A proper gamepad and joystick API should definitely have stable device ids (for hotplug), way to control rumble, or more device...

Adding RawInput also just extends the already existing infrastructure, that's why I found it a good idea to add it here. Even though this api is also not that flexible,...

> > Wayland, I noticed some issues: > > I'm not sure you can get access to HID on wayland and open thing yourself, most just ship udev rules, but...