aldehir / ut2004-patches

QoL patches for UT2004.
25 stars 1 forks source link

Add fix for freezing in windowed mode when using Raw Input #5

Closed aldehir closed 11 months ago

aldehir commented 11 months ago

On Windows 10 and DirectX 8, it appears the input processing is not executed when in windowed mode. This means the message queue is filled with input messages and Windows assumes the application is unresponsive as a result. This fix will re-enable raw input processing in the outer message pump when in windowed mode.