[HID] Redesigned support for Portals

- Added hotplug support on Windows
- Added support for XamInputNonControllerGetRawEx & XamInputNonControllerSetRawEx
This commit is contained in:
Gliniak
2026-03-13 22:31:24 +01:00
committed by Radosław Gliński
parent 3b8debcf5b
commit d37c22aad0
24 changed files with 427 additions and 340 deletions

View File

@@ -553,6 +553,8 @@ class Window {
void OnDpiChanged(UISetupEvent& e,
WindowDestructionReceiver& destruction_receiver);
void OnMonitorUpdate(MonitorUpdateEvent& e);
void OnUsbDeviceChanged(bool is_arrival,
WindowDestructionReceiver& destruction_receiver);
// For calling when the platform changes something in the non-maximized,
// non-fullscreen size of the window.
void OnDesiredLogicalSizeUpdate(uint32_t new_desired_logical_width,