mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-28 11:11:54 +00:00
The imgui overlay requires input even if the display is not captured and operating in raw mode. XInput2 correctly only sends XI_Press/ReleaseButton events if the device has not been captured, as such it's safe to handle both raw and non raw buttons events at the same time.