[HID] Redesigned support for Portals
- Added hotplug support on Windows - Added support for XamInputNonControllerGetRawEx & XamInputNonControllerSetRawEx
This commit is contained in:
committed by
Radosław Gliński
parent
3b8debcf5b
commit
d37c22aad0
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user