You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An easy fix would be to set the hwndTarget to hwnd from the above code. Or is there any reason for setting this to NULL?
The text was updated successfully, but these errors were encountered:
sokorototo
changed the title
RAWINPUTDEVICE has NULL hwnd, making inputs somewhat global and unreliableRAWINPUTDEVICE has NULL hwnd, making inputs somewhat global and unreliable (Windows)
May 9, 2024
sokorototo
changed the title
RAWINPUTDEVICE has NULL hwnd, making inputs somewhat global and unreliable (Windows)RAWINPUTDEVICE has NULL hwndTarget, making inputs somewhat global and unreliable (Windows)
May 9, 2024
miniquad/src/native/windows.rs
Line 662 in 65b64ad
An easy fix would be to set the
hwndTarget
tohwnd
from the above code. Or is there any reason for setting this to NULL?The text was updated successfully, but these errors were encountered: