mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 22:25:37 +00:00
Fixed GetRawInputData call.
This commit is contained in:
parent
f4c9e21924
commit
df7d4f9508
|
@ -86,7 +86,7 @@ namespace OpenTK.Platform.Windows
|
|||
// throw new ApplicationException("Critical error when processing raw windows input.");
|
||||
//}
|
||||
if (size == Functions.GetRawInputData(msg.LParam, GetRawInputDataEnum.INPUT,
|
||||
data, ref size, API.RawInputHeaderSize))
|
||||
out data, ref size, API.RawInputHeaderSize))
|
||||
{
|
||||
switch (data.Header.Type)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue